{% block content %} {{ page.title }} {% if page.toc and page.extra.toc %} {{ post::toc(toc=page.toc) }} {% endif %} {{ page.content | safe }} {% if page.taxonomies.tags %} {{ post::tags(tags=page.taxonomies.tags) }} {% endif %} {% endblock content %}