{% load staticfiles %} {% load hijack_tags %}
{% block title %}{{ SITE_TITLE }}{% endblock %}
{% block extra_css %}{% endblock %}
{% hijack_notification %}
{% if user.is_authenticated %} {% endif %}
{% if SITE_LOGO_URL %}
{% endif %}
{{ SITE_HEADER }}
{% if user.is_authenticated %}
{% endif %}
COIN
{% if user.is_authenticated %}
{% block sidenav %}
{% include "menu_items.html" %}
{% endblock %}
{% endif %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock extra_js %}