{% extends 'base.html'%} {% block content %} Your Bujo
{% if Submit != none %}

Hello {{Submit}}! Today is going to be a great day!

{% else %}

Hello! What is your name?

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