{% extends "hello/layout.html" %} {% block title %} Log a message {% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}