{% extends "base.html" %} {% block title %}Index{% endblock %} {% block content %} {% for tag in tags %} {{ tag }} {% endfor %}
{% endblock %}