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

{{ title }}

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

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

{% endif %} {% endblock %}