{% csrf_token %} {% with title=title|default:contents.title %} {% if title %}

{{ title }}

{% endif %} {% endwith %}
{{ contents }} {% if contents.buttons %}
{{ contents.buttons }}
{% endif %}