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

{{ tag.name }}

{% for page in tag.pages %}

{{ page.title }}

{{ page.content | safe | striptags | truncate }}


{% endfor %}
{% endblock content %}