{{ current_time|date:"D, M d, Y" }}
{% if user.is_authenticated %}
{{ user.username }} Logout
{% else %} {% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}