{% extends 'layout.html' %} {% block title %}{{ _('Search') }}{% endblock %} {% block content %}

{{ _('Search results') }}

{% for result in search_results %}
{% endfor %} {% endblock %}