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