{% block extrahead %}{% endblock %}
Big Large Trout
{% if user.is_authenticated %}
Welcome,
{% ifnotequal user.get_full_name "" %}{{user.get_full_name|escape}}{% else %}{{user.username|escape}}{% endifnotequal %}
-
Upload
-
Tags
{% if user.is_staff %}
-
Admin
{% endif %}
-
Log out
{% else %}
Log in
{% if settings.ALLOW_REGISTRATION %}
-
Register
{% endif %} {% endif %}
{% block content %}{% endblock %}