{% extends "base.jinja2" %} {% block title %}{{ p.title }} - {{ app_name }}{% endblock %} {% block meta %} {% endblock %} {% block json_info %}{% endblock %} {% set html_and_toc = rev.html_and_toc(math = request.args.get('math') not in ['0', 'false', 'no', 'off']) %} {% block content %}

{{ p.title }}

{% if p.calendar %}

calendar_today

{% endif %}
{% block history_nav %}{% endblock %} {% if p.is_cw %}
Content Warning - this page may contain shocking or unexpected content, spoilers, or similar. Proceed with caution.
{% endif %}
{{ html_and_toc[0]|safe }}
{% if p.tags %}

{{ T('tags') }}:

{% endif %}
{% endblock %} {% block actions %} {{ T('action-edit') }} - {{ T('action-history') }} - Backlinks - {{ T('last-changed') }} - {{ T('page-id') }}: {{ p.id }} - {{ T('owner') }}: {{ p.owner.username }} {% endblock %} {% block toc %} {% endblock %} {% block scripts %} {% endblock %}