{% extends "base.html" %} {% block title %}Habit{% endblock %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{% if is_today %} {% elif is_habit %}

{{habit.name}}

{% endif %}
{% if habit %}
CheckIn
00:00:00
{% else %}
Click a title to view its detail
{% endif %}
{% endblock %}