{% extends "layout.html" %} {% block title %} tags - {{ config.title }} {% endblock %} {% block content %}

tags

{% for term in terms %} {{ term.name }} {% endfor %}

{% endblock %}