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

{{date}}

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

{{ key }}

{{subject[0].author}}

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