{% load static %}
eversync
Welcome, {{ user.username }}
{% csrf_token %}
Manage Account
{% csrf_token %}
Log Out
Your Documents
New Document
{% if documents %} {% for doc in documents %}
{{ doc.title }}
Last edited: {{ doc.updated_at|date:"F j, Y, g:i a" }}
{% csrf_token %}
Delete
{% endfor %} {% else %}
You haven't created any documents yet.
{% endif %}