{% include "core/htmlHeader.html" %}
{{ layoutConfiguration.back.label | default: "Back" }}
{{ title }}
{% if date %}
{{ date | postDate }}
{% endif %}
{{ content }}
Back to top
{% include "core/footer.html" %} {% include "core/navbar.html" %}