{% extends "base.html" %} {% block title %}Walk with the sunrise — Prumo{% endblock %} {% block body_class %}dashboard-page{% endblock %} {% block content %}

Walk with the sunrise

minutes before the sunrise
Sunrise
{{ sunrise.strftime('%H:%M') }}
Departure
{{ departure.strftime('%H:%M') }}
{% endblock %}