{% block title %}{% endblock %}
Contextualise
{% if topic_map %}
{% if current_user.is_authenticated %}
My maps
{% else %}
Published maps
{% endif %}
{% if session['current_scope'] == '*' %}
Home
{% else %}
Home
{% endif %}
{% if current_user.is_authenticated %}
{{ current_user.email }}
Preferences
{% if current_user.id == topic_map.user_identifier %}
Advanced search
{% endif %}
Topics index
Log out
{% else %}
Log in
Sign up
{% endif %} {% endif %}
{% include "_messages.html" %}
{% block body %} {% block content %}{% endblock %} {% endblock %}
{% block javascript %}{% endblock %}