{% extends "main.html" %} {%load static%} {% block content %}
Users

My Notes

Notes

{% for note in my_notes %}

{{ note.date|date:"F j, Y" }}

{{ note.text }}

{% endfor %}
{% if latest_statuses_time_ago %} {% else %} {% endif %}
{% endblock content %}