{% extends 'base.html' %} {% load static %} {% block title %} Your Bujo {% endblock %} {% block header %} Your Bullet Journal {% endblock %} {% block content %}

Hello! What is your name?

{% csrf_token %} {{ form }}
{% endblock %}