{% if user.is_authenticated %}
Welcome {{ user.username }}!
{% endif %}
Create Protocol
{% if created %}
Awesome!
Protocol has been created!
{{ protocol.slug }}
Return to the homepage.
{% else %}
Create Your Protocol!
{% csrf_token %} {{protocol_form.as_p}}
{% endif %}