{% extends "layout.html" %} {% block page_title %}Private Page{% endblock %} {% block body %} {{ super() }}

You can take notes here. Only yourself can access them. They will be removed when your account is removed.



{% if notes %}

Your Notes

{% for note_id, timestamp, note, act in notes %} {% endfor %}
Note ID Timestamp Note Action
{{ note_id }} {{ timestamp }} {{ note }} Delete
{% endif %} {% endblock %}