{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}

Notes

{% for item in items %} {% else %}
No notes yet. Use the Add note button on a post, gist, project or article.
{% endfor %}
{% if next_cursor %}
Load more
{% endif %}
{% endblock %}