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

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

{% if interwiki %}
{% endif %} {{ content|safe }} {% endblock %} {% block license %} {% if license %}

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

{% endif %} {% endblock %}