{% extends "base.html" %} {% block pagemeta %} {{ page.title }} - {{ config.title }} {% if page.description %} {{ page.description }} {% else %} {% endif %} {% if page.extra.use_asciinema %} {% endif %} {% endblock pagemeta %} {% block content %}
{{ page.content | safe }} {% if config.extra.debug %}
{{ __tera_context | escape | safe }}
{% endif %} {# back/forward buttons #} {% if not page.extra.isPage %} {% endif %}
{% endblock content %}