{% extends "layout.html" %} {% block title %}Tags{% endblock %} {% block content %}

Tags

{% for tag in tags %} {{ tag.name|escape }} {% endfor %}
{% endblock %}