{% extends "layout.html" %} {% block body %}

{{date}}

{%- for key, subject in separated_notes.items() recursive %}

{{ key }}

{%- if subject %} {% for note in subject %} {% endfor %} {%- endif %} {%- endfor %}
{% endblock %}