{# TODO #}
{% include 'summary/partial/title_bar.html' with title=title %}
{{ content.title }}
{% if content.main_drawing %}
{% if content.main_drawing.author %}
{{ content.main_drawing.author }}
{% endif %}
{% endif %} {% if content.text %}
{{ content.text|linebreaksbr }}
{% endif %}
{% if content.images %}
{% include 'summary/block/two_images_with_caption.html' with content=content %}
{% endif %}