{% load staticfiles %}
BOM
{% block menu %}{% endblock %} {% if user.is_superuser and user.is_authenticated %}
Admin
{% endif %} {% if user.is_authenticated %}
Logout
{% endif %} {% if not user.is_authenticated %}
Login
{% endif %}
{% block title %}{% endblock %}
{% block content %}{% endblock %}