{% extends "base.html" %} {% block content %}

{{ title }} {% if badges %} {% for badge in badges %} {{ badge.title }} {% endfor %} {% endif %}

{% if interwiki %}
{% endif %} {{ content|safe }} {% if category_members %}

Pages in category "{{ title }}"

{% endif %} {% if categories %}
{% for category in categories %} {{ category.title }} {% endfor %}
{% endif %} {% endblock %} {% block license %} {% if license %}

This content is licensed under the {{ license.title }}.

{% endif %} {% endblock %}