{% extends "base.html" %} {% block title %}Now{% endblock %} {% block body_class %}page-now{% endblock %} {% block head %} {% endblock %} {% block body %} {% from "_now1_macros.html" import summary, slots with context %} {% set g = snap.garden %}

Now

{{ summary(snap) }}

Now

every run in flight, newest first{{ slots(snap) }}
{% include "_now1_now.html" %}
{% include "_now1_next.html" %}
{% include "_now1_where.html" %}
{% include "_now1_period.html" %}
{% endblock %}