Photo App

    {% if user %}
  • {% if request.url_rule.endpoint == 'api_docs' %} Home {% else %} API Docs {% endif %}
  • {{ user.username }}
  • Sign out
  • {% endif %}