{% extends "base.html" %} {% block title %}New count{% endblock %} {% block content %}

New count

{% csrf_token %} {{ form.as_p }}
{% endblock %}