--- subhead: blog --- {% extends 'layouts/default.njk' %} {% block main %}
{% if feature_image %} {{ feature_alt if feature_alt else {% endif %}

{{ title }}

{{ description }}
{% if content_warnings %}

content warnings:
{% for cw in content_warnings %} {{ cw }}{% if not loop.last %}, {% endif %} {% endfor %}

{% endif %} {{ content | safe }}
{% endblock %}