{% extends "base.html" %} {% block "body" %}
{% render sections.main %}
{% render sections.results %}
{% if sections.tags %}

Tags

{% render sections.tags %}
{% endif %}
{% /block %}