{% extends "im/base.html" %} {% block title%}

Welcome

{% endblock title%} {% block body %}
{% csrf_token %} {{ form.as_p }}
{% endblock body %}