{% block content %}
{% if page.title %}

{{ page.title }}

{% endif %}
{{ page.content }}
{% if page.edit_url %} {% endif %}
{% if page.toc %} {% endif %} {% endblock %}