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

{{ title }}

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