{% extends "::printable.html.twig" %} {% block page_title %}{{ entry.title }} - {{ parent() }}{% endblock %} {% block content %}

{{ entry.title }}

{% if(entry.authors|length) %}

{% for author in entry.authors %} {{ author.getName() }} {% endfor %}

{% endif %} {% if entry.summary is not empty %}

{{ entry.summary|nl2br }}

{% endif %} {% block entry_content %}{% endblock %} {% endblock %}