{% extends "layouts/default.html" %} {% block body_class %}post-template{% endblock %} {% block content %}

{{ title }}

{{ content }}
{% if prev_post or next_post %} {% endif %}
{% include "partials/footer.html" %} {% endblock %}