{% load static %}
{% block extra_head %}{% endblock %}
{% block app_bar_logo %}
{% endblock %}
{{ APP_ENV }}
•
{{ GIT_COMMIT_HASH }}
•
{{ OS_NAME }}
•
{{ PAGE_GEN_TIME }}
{{ APP_ENV|slice:":1"|upper }}
Home
{% block content %}{% endblock %}
{% if user.is_authenticated %}
{% if user.userprofile.avatar %}
{% else %}
{{ user.username|first|upper }}
{% endif %}
{# TODO: wire edit profile page when it exists #}
{{ user.username }}
{# TODO: wire upload / library pages when they exist #}
Settings
{% csrf_token %}
Logout
{% else %}
Login
|
Register
{% endif %} {% block extra_js %}{% endblock %}