{% extends 'layouts/default.njk' %} {% block content %}

{{ title }}

{% if image %}
{{ image_alt }} {% if image_caption %}
{{ image_caption }}
{% endif %}
{% endif %}
{{ content | safe }}
{% endblock %}