{% extends "base.html" %} {% block content %} {% if user.is_authenticated %}

Create a new note.

{% endif %}

Notes

    {% for object in object_list %}
  1. {{ object.title }}
  2. {% endfor %}
{% if user.is_authenticated %} {% endif %} {% endblock %}