Photo Management
{% if user.is_authenticated %}
Logged in as {{ user.username }}
{% endif %}
{% if user.is_authenticated %}
Photo
Sign Out
{% else %}
Register
Login
{% endif %}
{% block main_content %} {% endblock %}