{% extends "base.html" %} {% import "macros.html" as macros %} {% block title %}{{ page.title }} ยท {{ config.title }}{% endblock title %} {% block content %} {% include "partials/back-to-section.html" %}

{{ page.title }}

{% if page.description %}

{{ page.description }}

{% endif %} {% include "partials/entry-dates.html" %} {% if page.taxonomies.genres %} {% endif %}
{{ page.content | safe }}
{% endblock content %}