{% extends "base.jinja2" %} {% block title %}{{ p.title }} - {{ app_name }}{% endblock %} {% block json_info %}{% endblock %} {% block content %}

{{ p.title }}

{% if p.calendar %}

calendar_today{{ p.calendar.strftime('%B %-d, %Y') }} {% endif %}

{{ T('last-changed') }} {{ rev.human_pub_date() }} ยท {{ T('jump-to-actions') }}
{% 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 %}
{{ rev.html(math = request.args.get('math') not in ['0', 'false', 'no', 'off'])|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 scripts %} {% endblock %}