Contextualise
{% if topic_map %}
My maps
{% if map_notes_count == 0 %}
Notes
0
{% else %}
Notes
{{ map_notes_count }}
{% endif %}
{% if topic and topic.identifier != 'home' %}
Home
{% endif %}
{% endif %} {% if current_user.is_authenticated %}
{{ current_user.email }}
Preferences
{% if topic_map and current_user.id == topic_map.user_identifier %}
Search
{% endif %}
Topics index
Log out
{% else %}
Log in
Sign up
{% endif %}
{% include "_messages.html" %}
{% if topic and topic_map %}
{% if session['breadcrumbs'] %} {% for breadcrumb in session['breadcrumbs'] %} {% if loop.index < session['breadcrumbs']|length %}
{% if session['current_scope'] == '*' %}
{{ breadcrumb|topic_name(topic_map.identifier) }}
{% if breadcrumb == 'home' %}
{% endif %} {% else %}
{{ breadcrumb|topic_name(topic_map.identifier) }}
{% if breadcrumb == 'home' %}
{% endif %} {% endif %}
{% else %}
{{ breadcrumb|topic_name(topic_map.identifier) }} {% if breadcrumb == 'home' %}
{% endif %}
{% endif %} {% endfor %} {% endif %}
{% endif %}
{% block menu %}{% endblock %}
{{ topic.first_base_name.name }}
Add tags
Tags
— Multiple tags are comma-separated.
Cancel
Add tags