{% extends 'frontend_base.html' %} {% block content %} {{ super() }}

Bookmarks

{%if data.notes|length %}

{{ data.notes|length }} Notes

{% for note in data.notes %} {% endfor %}
{% if note.title %} {{ note.title}} {% endif %}
{% endif %}
{% endblock content %}