{% extends "_layout.html" %} {% set active_page = 'notes' %} {% block javascript %}{% include "javascript/_journal.html" %}{% endblock %} {% block content %}

Notes

{% set notes = api.notes() %} {% if notes %} {% with journal=notes %} {% include "_journal_table.html" %} {% endwith %} {% else %}

No notes.

{% endif %} {% endblock %}