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