365 x 6
{% if day.id > 1 %}
Previous day
{% endif %} {% if day.id < current.id %}
Next day
{% endif %}
{% for name in names %}
{% endfor %}