{# Toogle menu button #}
{% if meta is defined and not (meta is not none and 'no-toc' in meta) %}
{% endif %}
{% block body %}
{% endblock %}
{% if meta is defined and not (meta is not none and 'no-pagination' in meta) %}
{% include 'pagination.html' %}
{% endif %}
{% include 'footer.html' %}