{% extends 'base.html' %} {% block title %}Notes{% endblock %} {% load humanize %} {% block content %}
Hi, welcome to Django Notekeeper where you can store all your notes!
You can add a new note to get started from left side menu by clicking on the sign.
Title | Last Updated | Edit | Delete |
---|---|---|---|
{{ note.note_title|truncatechars:30 }} | {{ note.updated_at|naturaltime }} |