{% extends "base.html" %} {% block content %}

{{ _('Search results for "%(query)s":', query = query) }}

{% include 'flash.html' %} {% for post in results %} {% include 'post.html' %} {% endfor %} {% endblock %}