{% set pageTitle = months[post.month]|capitalize + ' ' + post.year %} {% set toRoot = '..' %} {% extends "base.html" %} {% block body %}
{{ post.renderedHTML|safe }} {% include "statistics.html" %} {% include "official-topics.html" %}
{% endblock %}