- {% block headline %} - {% if headline is defined and headline|trim is not empty %} - {{ headline1(headline) }} - {% endif %} - {% endblock %} - {% block content %} - {% set timeString = "am " ~ getNow()|date('d.m.Y') ~ " um " ~ getNow()|date('H:i') ~ " Uhr" %} - {% include "element/helper/exceptionHandler.twig" %} - {% include "element/helper/messageHandler.twig" %} - {% endblock %} -