{# files using the 'static' themplate should use this theme file #} {% include 'header.html' with {'type': 'static'} %} {% include 'navigation.html' %}
{# use the current page meta to show some info about this post #} {# format the date here to be the one from the config #} {{ content }}
{% if meta.updated %} Updated: {{ current_page.meta.updated|date(config.date_format) }}
{% endif %}
{% include 'footer.html' %}