{% set title = "Notes" %} {% extends "__base__.html" %} {% block content %}

Notes

New
{% if notes.size() > 0 -%} {% else %} No notes :c {% endif %}
{% endblock %}