{% if title %}
MTaNG - {{ title }}
{% else %}
MTaNG
{% endif %}
{% if background %} {% if background_path %} {% endif %} {% if background_color %} {% endif %} {% else %} {% endif %}
Toggle navigation
MTaNG
Home
{% if admin %}
Admin
{% endif %}
Courses
{% if user %}
Log out
{{ user.first_name }} {{ user.last_name }}
{% else %}
User Profile
{% endif %}
{% block content %} {% endblock %}