{% load staticfiles %}
Health Checks
Pricing
Docs
About
{% if request.user.is_authenticated %} {% else %}
Log In
{% endif %}
{% if request.user.is_authenticated %}
{{ request.user.email }}
Log Out
{% endif %}
{% block containers %}
{% block content %}{% endblock %}
{% endblock %} {% block scripts %}{% endblock %}