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