{% extends 'layouts/main.html' %} {% block content %}

{% if (current_user.is_authenticated) %}{% endif %} {{ title }}

{{ utc_dt }}

{% include 'components/heatmap.html' %} {% include 'components/habit_lists.html' %} {% include 'components/delete_button.html' %}
{% include 'components/scripts.html' %} {% endblock %}