{% extends "base.html" %} {% block head %} {% endblock %} {% block content %}
{% include "default_header.html" %}
{% for tag in tags %} {{ tag.last }} {% endfor %}
{% include "search_autocomplete.html" %} {% endblock %}