{% extends 'base.html' %} {% block content %}

Summary supports Markdown. You can find help here:

{% csrf_token %} {{ form.as_p }} {% if object %} {% else %} {% endif %}
{% endblock content %}