{% extends 'base.html' %} {% block main_content %}

This is the home

New Note Form

{% csrf_token %} {{ note_form.as_p }}
{% endblock %} {% block extra_scripts %} {% endblock %}