{% extends 'index.html' %} {% block content %}
{% if not meta.notitle %}

{{meta.title}}

{% if endpoint %}
{{endpoint}}
{% endif %} {% if redirected_from %}
Redirected from {% for r in redirected_from %} {% if not loop.first %} | {% endif %} {{r}} {% endfor %}
{% endif %} {% if meta.redirect %}
Redirects to {{redirects_to}}
{% endif %}
{% endif %}
{{text|safe}} {% if is_query %} {% if not text %}

No additional information is available for this page. You can write some right now.

{% endif %}

Pages in {{meta_query}} "{{meta_value}}"

{% endif %}
{% if meta.category %}
{% if meta.category %} Categories: {% for c in meta.category %} {% if not loop.first %} | {% endif %} {{c.name}} {% endfor %} {% endif %}
{% endif %}
{% endblock %}