{% extends "default.html" %} {% block pagetitle %}{{title}}{% endblock %} {% block content %}

{{title}}

{% for url in urls %} {% endfor %}
{% endblock %}