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

{{ title }}

{{ utc_dt }}

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