{% extends "base.html" %} {% block title %}{% if checkin %}Edit{% else %}New{% endif %} Morning Check-in{% endblock %} {% block content %}
All fields are optional — fill in whatever you have each morning.
{% if checkin %} Back to Check-ins {% endif %} {% endblock %}