Form example

{% csrf_token %} {{ form.errors }} {{ form.as_p }}
Model form example(Note: you need to migrate database to use it)