{% if display_title %}
{{ block.title }}
{% endif %}
{% if block.summary %}
{{ block.summary }}
{% else %}
{{ block.content }}
{% endif %}