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

Recent Note:

{{recent_note.text}}

Notes

{% for note in my_notes %}

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

{{ note.text }}

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