{% extends "notes/base.html" %} {% block title %}Dashboard{% endblock %} {% block body %}

Dashboard

{% include "notes/messages.html" %}

Notes for you

{% include "notes/notes.html" with object_list=notes show_from=True show_to=False %} {% include "notes/notes.html" with object_list=alive_created show_from=False show_to=True %} {% include "notes/notes.html" with object_list=archive show_from=True show_to=False %} {% endblock %}