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

Browse {{ current_user }}'s maps

{% if maps %} {% include "chickpea/map_list.html" %} {% else %}
{{ current_user }} has not map yet.
{% endif %}
{% endblock content %}