{% extends 'layouts/default.njk' %} {% set title = post.title %} {% set codeinjection_head = post.codeinjection_head %} {% set codeinjection_foot = post.codeinjection_foot %} {% block content %}

{{ title }}

{% if post.feature_image %}
{{ post.feature_image_alt }} {% if post.feature_image_caption %}
{{ post.feature_image_caption }}
{% endif %}
{% endif %}
{{ content | safe }}
{% endblock %}