{% extends 'notes/base.html' %} {% load i18n %} {% block title %}{% trans "All Notes" %} | {{ block.super }}{% endblock %} {% block content-container %}

{% trans "All Notes" %}

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