{% extends "base.html" %} {% block title %}Pages tagged {{ tag }}{% endblock title %} {% block content %} {% if pages %} {% for page in pages %} {% endfor %}
Title URL
{{ page.title }} {{ page.url }}
{% else %}

There are no pages tagged {{ tag }}.

{% endif %} {% endblock content %}