{% import "post_macros.html" as post_macros %} {% include "partials/head.html" %} {% block title -%} {{ config.title }} {%- endblock title %} {% if config.generate_rss %} {% endif %}

{{ config.title }}

{% include "partials/menu.html" %}
{% block content %} {{ post_macros::polish(content=section.content) }} {% endblock content %}
{% block js -%} {%- endblock js %}