{% extends "youmap/home.html" %} {% block content %}
{% include 'youmap/navigation.html' %}

Search for maps containing «{{ q }}»

{% if maps %} {% include "chickpea/map_list.html" %} {% else %}
Not map found.
{% endif %}
{% endblock content %}