{% extends "ToDo/base.html" %} {% load static %} {% load crispy_forms_tags %} {% block content %}

Hello, world!

Is there something wrong or is there a feature request? Please let me know and I will be very happy.
{% csrf_token %}
Contact me {{ contact_form|crispy }}
{% endblock content %}