{% extends "base_2017.html" %} {% block title %}Pensées quotidiennes{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Pensées de {{ note_list[0].date.year }}

{% for note in note_list %}

{{ note.title }}

{% if loop.index < 30 %} {{ note.content }} {% endif %}
{% endfor %} {% endblock content %} {% block nav %} {% endblock nav %}