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

Hello new friend!

Welcome to Production Graph (we think you'll like it here)

{% comment %} TODO: add a django form for this {% endcomment %}
{% csrf_token %}

Already have an account? Click here to pickup where you left off!

{% if messages %}
{% for message in messages %}

{{message}}

{% endfor %}
{% endif %} {% endblock %}