{% extends "base_site.html" %} {% block content %}{{ block.super }} {% include "search.html" %} {% endblock content %} {% block more %}
{% for tag in tags %} {% include "gae_blog/tag_link.html" %} {% endfor %}
{% endblock more %}