Contao-Summit 2026
Ergebnis 1 bis 3 von 3

Thema: ContentElement bringt RuntimeError im Template

  1. #1
    Contao-Fan Avatar von Babelfisch
    Registriert seit
    30.06.2009.
    Ort
    Leipzig
    Beiträge
    970
    Contao-Projekt unterstützen

    Support Contao

    Standard ContentElement bringt RuntimeError im Template

    Hallo!

    Ich bin gerade dabei mein erstes ContentElement in Contao 5 zu bauen und verzweifle gerade am Debug-Modus. Grob sieht mein minimaler Code so aus:

    ContentElement-Controller:

    PHP-Code:
    #[AsContentElement(category: 'fossils', template: 'foss_collection')]
    class FossCollectionElementController extends AbstractContentElementController
    {
        protected function 
    getResponse(FragmentTemplate $templateContentModel $modelRequest $request): Response
        
    {
            
    $template->set('text''Test-Text');

            return 
    $template->getResponse();
        }

    Template:

    Code:
    {# templates/content_element/foss_collection.html.twig #}
    {% extends "@Contao/content_element/_base.html.twig" %}
    
    {% block content %}
        {{ text }}
    {% endblock %}
    Im normalen Contao-Modus sieht alles ok aus und es wird im Frontend und in der Backend-Vorschau „Test-Text“ ausgegeben. Wechsle ich aber in den Debug-Modus, bekomme ich einen RuntimeError:

    Code:
    Variable "element_html_id" does not exist in "@Contao_ContaoCoreBundle/content_element/_base.html.twig" at line 10.
    Setze ich testweise element_html_id in meinem Controller, geht es fehlertechnisch mit Zeile 11 und element_css_classes weiter.

    In allen Beispielen und anderen Erweiterungen werden die Variablen auch nicht gesetzt und ich gehe davon aus, dass der Fehler irgendwo anders liegt, habe aber keine Ahnung wo.

    Kann mir da wieder mal jemand auf die Sprünge helfen und meinen Knoten im Kopf lösen?

    Gruß
    Meine aktiven Contao-Projekte: LingoliaStiftung firmm

  2. #2
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    38.758
    Partner-ID
    10107

    Standard

    Poste den Stack Trace (den untersten, wenn es mehrere gibt).
    » sponsor me via GitHub or Revolut

  3. #3
    Contao-Fan Avatar von Babelfisch
    Registriert seit
    30.06.2009.
    Ort
    Leipzig
    Beiträge
    970
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Habe ich befürchtet. Der ist halt ’nen Kilometer lang. Ich hoffe, dass du daraus was erkennen kannst.

    Code:
    Twig\Error\RuntimeError:
    Variable "element_html_id" does not exist in "@Contao_ContaoCoreBundle/content_element/_base.html.twig" at line 10.
    
      at vendor/contao/core-bundle/contao/templates/twig/content_element/_base.html.twig:10
      at __TwigTemplate_4d5e6f038f2b4f514bd342fb16040242->{closure:__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242::doDisplay():80}()
         (var/cache/dev/twig/3d/3d151fa93c7a5752e3c09e23f62a7aad.php:80)
      at __TwigTemplate_4d5e6f038f2b4f514bd342fb16040242->doDisplay(array('title' => '', 'type' => 'foss_collection_element', 'addImage' => false, 'showPreview' => false, 'inline' => false, 'overwriteMeta' => false, 'size' => '', 'fullsize' => false, 'thead' => false, 'tfoot' => false, 'tleft' => false, 'sortable' => false, 'closeSections' => false, 'target' => false, 'overwriteLink' => false, 'useImage' => false, 'useHomeDir' => false, 'metaIgnore' => false, 'splashImage' => false, 'sliderContinuous' => false, 'protected' => false, 'jumpTo' => 0, 'redirectBack' => false, 'autologin' => false, 'pwResetPage' => 0, 'invisible' => false, 'com_moderate' => false, 'com_bbcode' => false, 'com_disableCaptcha' => false, 'com_requireLogin' => false, 'id' => 8, 'pid' => 5, 'ptable' => 'tl_article', 'sorting' => 128, 'tstamp' => 1784904540, 'headline' => '', 'sectionHeadline' => 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}', 'text' => null, 'singleSRC' => null, 'alt' => null, 'imageTitle' => null, 'imageUrl' => null, 'caption' => null, 'floating' => 'above', 'html' => null, 'unfilteredHtml' => null, 'listtype' => '', 'listitems' => null, 'tableitems' => null, 'summary' => '', 'sortIndex' => 0, 'sortOrder' => 'ascending', 'mooHeadline' => '', 'mooStyle' => '', 'mooClasses' => '', 'highlight' => 'PHP', 'markdownSource' => 'sourceText', 'code' => '<?phpecho "Hellp, World!"?>', 'url' => null, 'titleText' => '', 'linkTitle' => '', 'embed' => '', 'rel' => '', 'multiSRC' => null, 'perRow' => 4, 'perPage' => 0, 'numberOfItems' => 0, 'sortBy' => '', 'galleryTpl' => '', 'customTpl' => '', 'playerSRC' => null, 'youtube' => '', 'vimeo' => '', 'posterSRC' => null, 'playerSize' => '', 'playerOptions' => null, 'playerStart' => '', 'playerStop' => '', 'playerTitle' => '', 'playerCaption' => '', 'playerAspect' => '', 'textTrackSRC' => null, 'playerPreload' => '', 'playerColor' => '', 'youtubeOptions' => null, 'vimeoOptions' => null, 'sliderDelay' => 0, 'sliderSpeed' => 300, 'sliderStartSlide' => 0, 'data' => null, 'cteAlias' => 0, 'articleAlias' => 0, 'article' => 0, 'form' => 0, 'module' => 0, 'groups' => null, 'cssID' => '', 'start' => '', 'stop' => '', 'com_order' => 'ascending', 'com_perPage' => 0, 'com_template' => '', 'rsce_data' => null, 'hl' => 'h2', 'class' => 'ce_foss_collection_element', 'inColumn' => 'main', 'as_editor_view' => false, 'Template' => object(FrontendTemplate), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('headline_component' => array(object(__TwigTemplate_ee172b1892b5582f3687b8469d669d2b), 'block_headline_component'), 'headline_attributes' => array(object(__TwigTemplate_ee172b1892b5582f3687b8469d669d2b), 'block_headline_attributes'), 'headline_inner' => array(object(__TwigTemplate_ee172b1892b5582f3687b8469d669d2b), 'block_headline_inner'), 'wrapper' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_wrapper'), 'wrapper_tag' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_wrapper_tag'), 'attributes' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_attributes'), 'inner' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_inner'), 'content' => array(object(__TwigTemplate_64b748bfd1268bd690d1f0bfd63dac53), 'block_content'), 'metadata' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_metadata'), 'style' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_style'), 'script' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_script')))
         (vendor/twig/twig/src/Template.php:411)
      at Twig\Template->yield(array('title' => '', 'type' => 'foss_collection_element', 'addImage' => false, 'showPreview' => false, 'inline' => false, 'overwriteMeta' => false, 'size' => '', 'fullsize' => false, 'thead' => false, 'tfoot' => false, 'tleft' => false, 'sortable' => false, 'closeSections' => false, 'target' => false, 'overwriteLink' => false, 'useImage' => false, 'useHomeDir' => false, 'metaIgnore' => false, 'splashImage' => false, 'sliderContinuous' => false, 'protected' => false, 'jumpTo' => 0, 'redirectBack' => false, 'autologin' => false, 'pwResetPage' => 0, 'invisible' => false, 'com_moderate' => false, 'com_bbcode' => false, 'com_disableCaptcha' => false, 'com_requireLogin' => false, 'id' => 8, 'pid' => 5, 'ptable' => 'tl_article', 'sorting' => 128, 'tstamp' => 1784904540, 'headline' => '', 'sectionHeadline' => 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}', 'text' => null, 'singleSRC' => null, 'alt' => null, 'imageTitle' => null, 'imageUrl' => null, 'caption' => null, 'floating' => 'above', 'html' => null, 'unfilteredHtml' => null, 'listtype' => '', 'listitems' => null, 'tableitems' => null, 'summary' => '', 'sortIndex' => 0, 'sortOrder' => 'ascending', 'mooHeadline' => '', 'mooStyle' => '', 'mooClasses' => '', 'highlight' => 'PHP', 'markdownSource' => 'sourceText', 'code' => '<?phpecho "Hellp, World!"?>', 'url' => null, 'titleText' => '', 'linkTitle' => '', 'embed' => '', 'rel' => '', 'multiSRC' => null, 'perRow' => 4, 'perPage' => 0, 'numberOfItems' => 0, 'sortBy' => '', 'galleryTpl' => '', 'customTpl' => '', 'playerSRC' => null, 'youtube' => '', 'vimeo' => '', 'posterSRC' => null, 'playerSize' => '', 'playerOptions' => null, 'playerStart' => '', 'playerStop' => '', 'playerTitle' => '', 'playerCaption' => '', 'playerAspect' => '', 'textTrackSRC' => null, 'playerPreload' => '', 'playerColor' => '', 'youtubeOptions' => null, 'vimeoOptions' => null, 'sliderDelay' => 0, 'sliderSpeed' => 300, 'sliderStartSlide' => 0, 'data' => null, 'cteAlias' => 0, 'articleAlias' => 0, 'article' => 0, 'form' => 0, 'module' => 0, 'groups' => null, 'cssID' => '', 'start' => '', 'stop' => '', 'com_order' => 'ascending', 'com_perPage' => 0, 'com_template' => '', 'rsce_data' => null, 'hl' => 'h2', 'class' => 'ce_foss_collection_element', 'inColumn' => 'main', 'as_editor_view' => false, 'Template' => object(FrontendTemplate), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('headline_component' => array(object(__TwigTemplate_ee172b1892b5582f3687b8469d669d2b), 'block_headline_component'), 'headline_attributes' => array(object(__TwigTemplate_ee172b1892b5582f3687b8469d669d2b), 'block_headline_attributes'), 'headline_inner' => array(object(__TwigTemplate_ee172b1892b5582f3687b8469d669d2b), 'block_headline_inner'), 'wrapper' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_wrapper'), 'wrapper_tag' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_wrapper_tag'), 'attributes' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_attributes'), 'inner' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_inner'), 'content' => array(object(__TwigTemplate_64b748bfd1268bd690d1f0bfd63dac53), 'block_content'), 'metadata' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_metadata'), 'style' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_style'), 'script' => array(object(__TwigTemplate_4d5e6f038f2b4f514bd342fb16040242), 'block_script')))
         (var/cache/dev/twig/9d/9d4752ab9a5d092cd0c28a24c19bbf6a.php:52)
      at __TwigTemplate_64b748bfd1268bd690d1f0bfd63dac53->doDisplay(array('title' => '', 'type' => 'foss_collection_element', 'addImage' => false, 'showPreview' => false, 'inline' => false, 'overwriteMeta' => false, 'size' => '', 'fullsize' => false, 'thead' => false, 'tfoot' => false, 'tleft' => false, 'sortable' => false, 'closeSections' => false, 'target' => false, 'overwriteLink' => false, 'useImage' => false, 'useHomeDir' => false, 'metaIgnore' => false, 'splashImage' => false, 'sliderContinuous' => false, 'protected' => false, 'jumpTo' => 0, 'redirectBack' => false, 'autologin' => false, 'pwResetPage' => 0, 'invisible' => false, 'com_moderate' => false, 'com_bbcode' => false, 'com_disableCaptcha' => false, 'com_requireLogin' => false, 'id' => 8, 'pid' => 5, 'ptable' => 'tl_article', 'sorting' => 128, 'tstamp' => 1784904540, 'headline' => '', 'sectionHeadline' => 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}', 'text' => null, 'singleSRC' => null, 'alt' => null, 'imageTitle' => null, 'imageUrl' => null, 'caption' => null, 'floating' => 'above', 'html' => null, 'unfilteredHtml' => null, 'listtype' => '', 'listitems' => null, 'tableitems' => null, 'summary' => '', 'sortIndex' => 0, 'sortOrder' => 'ascending', 'mooHeadline' => '', 'mooStyle' => '', 'mooClasses' => '', 'highlight' => 'PHP', 'markdownSource' => 'sourceText', 'code' => '<?phpecho "Hellp, World!"?>', 'url' => null, 'titleText' => '', 'linkTitle' => '', 'embed' => '', 'rel' => '', 'multiSRC' => null, 'perRow' => 4, 'perPage' => 0, 'numberOfItems' => 0, 'sortBy' => '', 'galleryTpl' => '', 'customTpl' => '', 'playerSRC' => null, 'youtube' => '', 'vimeo' => '', 'posterSRC' => null, 'playerSize' => '', 'playerOptions' => null, 'playerStart' => '', 'playerStop' => '', 'playerTitle' => '', 'playerCaption' => '', 'playerAspect' => '', 'textTrackSRC' => null, 'playerPreload' => '', 'playerColor' => '', 'youtubeOptions' => null, 'vimeoOptions' => null, 'sliderDelay' => 0, 'sliderSpeed' => 300, 'sliderStartSlide' => 0, 'data' => null, 'cteAlias' => 0, 'articleAlias' => 0, 'article' => 0, 'form' => 0, 'module' => 0, 'groups' => null, 'cssID' => '', 'start' => '', 'stop' => '', 'com_order' => 'ascending', 'com_perPage' => 0, 'com_template' => '', 'rsce_data' => null, 'hl' => 'h2', 'class' => 'ce_foss_collection_element', 'inColumn' => 'main', 'as_editor_view' => false, 'Template' => object(FrontendTemplate), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('content' => array(object(__TwigTemplate_64b748bfd1268bd690d1f0bfd63dac53), 'block_content')))
         (vendor/twig/twig/src/Template.php:411)
      at Twig\Template->yield(array('title' => '', 'type' => 'foss_collection_element', 'addImage' => false, 'showPreview' => false, 'inline' => false, 'overwriteMeta' => false, 'size' => '', 'fullsize' => false, 'thead' => false, 'tfoot' => false, 'tleft' => false, 'sortable' => false, 'closeSections' => false, 'target' => false, 'overwriteLink' => false, 'useImage' => false, 'useHomeDir' => false, 'metaIgnore' => false, 'splashImage' => false, 'sliderContinuous' => false, 'protected' => false, 'jumpTo' => 0, 'redirectBack' => false, 'autologin' => false, 'pwResetPage' => 0, 'invisible' => false, 'com_moderate' => false, 'com_bbcode' => false, 'com_disableCaptcha' => false, 'com_requireLogin' => false, 'id' => 8, 'pid' => 5, 'ptable' => 'tl_article', 'sorting' => 128, 'tstamp' => 1784904540, 'headline' => '', 'sectionHeadline' => 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}', 'text' => null, 'singleSRC' => null, 'alt' => null, 'imageTitle' => null, 'imageUrl' => null, 'caption' => null, 'floating' => 'above', 'html' => null, 'unfilteredHtml' => null, 'listtype' => '', 'listitems' => null, 'tableitems' => null, 'summary' => '', 'sortIndex' => 0, 'sortOrder' => 'ascending', 'mooHeadline' => '', 'mooStyle' => '', 'mooClasses' => '', 'highlight' => 'PHP', 'markdownSource' => 'sourceText', 'code' => '<?phpecho "Hellp, World!"?>', 'url' => null, 'titleText' => '', 'linkTitle' => '', 'embed' => '', 'rel' => '', 'multiSRC' => null, 'perRow' => 4, 'perPage' => 0, 'numberOfItems' => 0, 'sortBy' => '', 'galleryTpl' => '', 'customTpl' => '', 'playerSRC' => null, 'youtube' => '', 'vimeo' => '', 'posterSRC' => null, 'playerSize' => '', 'playerOptions' => null, 'playerStart' => '', 'playerStop' => '', 'playerTitle' => '', 'playerCaption' => '', 'playerAspect' => '', 'textTrackSRC' => null, 'playerPreload' => '', 'playerColor' => '', 'youtubeOptions' => null, 'vimeoOptions' => null, 'sliderDelay' => 0, 'sliderSpeed' => 300, 'sliderStartSlide' => 0, 'data' => null, 'cteAlias' => 0, 'articleAlias' => 0, 'article' => 0, 'form' => 0, 'module' => 0, 'groups' => null, 'cssID' => '', 'start' => '', 'stop' => '', 'com_order' => 'ascending', 'com_perPage' => 0, 'com_template' => '', 'rsce_data' => null, 'hl' => 'h2', 'class' => 'ce_foss_collection_element', 'inColumn' => 'main', 'as_editor_view' => false, 'Template' => object(FrontendTemplate), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('content' => array(object(__TwigTemplate_64b748bfd1268bd690d1f0bfd63dac53), 'block_content')))
         (vendor/twig/twig/src/Template.php:366)
      at Twig\Template->display(array('title' => '', 'type' => 'foss_collection_element', 'addImage' => false, 'showPreview' => false, 'inline' => false, 'overwriteMeta' => false, 'size' => '', 'fullsize' => false, 'thead' => false, 'tfoot' => false, 'tleft' => false, 'sortable' => false, 'closeSections' => false, 'target' => false, 'overwriteLink' => false, 'useImage' => false, 'useHomeDir' => false, 'metaIgnore' => false, 'splashImage' => false, 'sliderContinuous' => false, 'protected' => false, 'jumpTo' => 0, 'redirectBack' => false, 'autologin' => false, 'pwResetPage' => 0, 'invisible' => false, 'com_moderate' => false, 'com_bbcode' => false, 'com_disableCaptcha' => false, 'com_requireLogin' => false, 'id' => 8, 'pid' => 5, 'ptable' => 'tl_article', 'sorting' => 128, 'tstamp' => 1784904540, 'headline' => '', 'sectionHeadline' => 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}', 'text' => null, 'singleSRC' => null, 'alt' => null, 'imageTitle' => null, 'imageUrl' => null, 'caption' => null, 'floating' => 'above', 'html' => null, 'unfilteredHtml' => null, 'listtype' => '', 'listitems' => null, 'tableitems' => null, 'summary' => '', 'sortIndex' => 0, 'sortOrder' => 'ascending', 'mooHeadline' => '', 'mooStyle' => '', 'mooClasses' => '', 'highlight' => 'PHP', 'markdownSource' => 'sourceText', 'code' => '<?phpecho "Hellp, World!"?>', 'url' => null, 'titleText' => '', 'linkTitle' => '', 'embed' => '', 'rel' => '', 'multiSRC' => null, 'perRow' => 4, 'perPage' => 0, 'numberOfItems' => 0, 'sortBy' => '', 'galleryTpl' => '', 'customTpl' => '', 'playerSRC' => null, 'youtube' => '', 'vimeo' => '', 'posterSRC' => null, 'playerSize' => '', 'playerOptions' => null, 'playerStart' => '', 'playerStop' => '', 'playerTitle' => '', 'playerCaption' => '', 'playerAspect' => '', 'textTrackSRC' => null, 'playerPreload' => '', 'playerColor' => '', 'youtubeOptions' => null, 'vimeoOptions' => null, 'sliderDelay' => 0, 'sliderSpeed' => 300, 'sliderStartSlide' => 0, 'data' => null, 'cteAlias' => 0, 'articleAlias' => 0, 'article' => 0, 'form' => 0, 'module' => 0, 'groups' => null, 'cssID' => '', 'start' => '', 'stop' => '', 'com_order' => 'ascending', 'com_perPage' => 0, 'com_template' => '', 'rsce_data' => null, 'hl' => 'h2', 'class' => 'ce_foss_collection_element', 'inColumn' => 'main', 'as_editor_view' => false, 'Template' => object(FrontendTemplate)))
         (vendor/twig/twig/src/Template.php:381)
      at Twig\Template->render(array('title' => '', 'type' => 'foss_collection_element', 'addImage' => false, 'showPreview' => false, 'inline' => false, 'overwriteMeta' => false, 'size' => '', 'fullsize' => false, 'thead' => false, 'tfoot' => false, 'tleft' => false, 'sortable' => false, 'closeSections' => false, 'target' => false, 'overwriteLink' => false, 'useImage' => false, 'useHomeDir' => false, 'metaIgnore' => false, 'splashImage' => false, 'sliderContinuous' => false, 'protected' => false, 'jumpTo' => 0, 'redirectBack' => false, 'autologin' => false, 'pwResetPage' => 0, 'invisible' => false, 'com_moderate' => false, 'com_bbcode' => false, 'com_disableCaptcha' => false, 'com_requireLogin' => false, 'id' => 8, 'pid' => 5, 'ptable' => 'tl_article', 'sorting' => 128, 'tstamp' => 1784904540, 'headline' => '', 'sectionHeadline' => 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}', 'text' => null, 'singleSRC' => null, 'alt' => null, 'imageTitle' => null, 'imageUrl' => null, 'caption' => null, 'floating' => 'above', 'html' => null, 'unfilteredHtml' => null, 'listtype' => '', 'listitems' => null, 'tableitems' => null, 'summary' => '', 'sortIndex' => 0, 'sortOrder' => 'ascending', 'mooHeadline' => '', 'mooStyle' => '', 'mooClasses' => '', 'highlight' => 'PHP', 'markdownSource' => 'sourceText', 'code' => '<?phpecho "Hellp, World!"?>', 'url' => null, 'titleText' => '', 'linkTitle' => '', 'embed' => '', 'rel' => '', 'multiSRC' => null, 'perRow' => 4, 'perPage' => 0, 'numberOfItems' => 0, 'sortBy' => '', 'galleryTpl' => '', 'customTpl' => '', 'playerSRC' => null, 'youtube' => '', 'vimeo' => '', 'posterSRC' => null, 'playerSize' => '', 'playerOptions' => null, 'playerStart' => '', 'playerStop' => '', 'playerTitle' => '', 'playerCaption' => '', 'playerAspect' => '', 'textTrackSRC' => null, 'playerPreload' => '', 'playerColor' => '', 'youtubeOptions' => null, 'vimeoOptions' => null, 'sliderDelay' => 0, 'sliderSpeed' => 300, 'sliderStartSlide' => 0, 'data' => null, 'cteAlias' => 0, 'articleAlias' => 0, 'article' => 0, 'form' => 0, 'module' => 0, 'groups' => null, 'cssID' => '', 'start' => '', 'stop' => '', 'com_order' => 'ascending', 'com_perPage' => 0, 'com_template' => '', 'rsce_data' => null, 'hl' => 'h2', 'class' => 'ce_foss_collection_element', 'inColumn' => 'main', 'as_editor_view' => false, 'Template' => object(FrontendTemplate)))
         (vendor/twig/twig/src/TemplateWrapper.php:51)
      at Twig\TemplateWrapper->render(array('title' => '', 'type' => 'foss_collection_element', 'addImage' => false, 'showPreview' => false, 'inline' => false, 'overwriteMeta' => false, 'size' => '', 'fullsize' => false, 'thead' => false, 'tfoot' => false, 'tleft' => false, 'sortable' => false, 'closeSections' => false, 'target' => false, 'overwriteLink' => false, 'useImage' => false, 'useHomeDir' => false, 'metaIgnore' => false, 'splashImage' => false, 'sliderContinuous' => false, 'protected' => false, 'jumpTo' => 0, 'redirectBack' => false, 'autologin' => false, 'pwResetPage' => 0, 'invisible' => false, 'com_moderate' => false, 'com_bbcode' => false, 'com_disableCaptcha' => false, 'com_requireLogin' => false, 'id' => 8, 'pid' => 5, 'ptable' => 'tl_article', 'sorting' => 128, 'tstamp' => 1784904540, 'headline' => '', 'sectionHeadline' => 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}', 'text' => null, 'singleSRC' => null, 'alt' => null, 'imageTitle' => null, 'imageUrl' => null, 'caption' => null, 'floating' => 'above', 'html' => null, 'unfilteredHtml' => null, 'listtype' => '', 'listitems' => null, 'tableitems' => null, 'summary' => '', 'sortIndex' => 0, 'sortOrder' => 'ascending', 'mooHeadline' => '', 'mooStyle' => '', 'mooClasses' => '', 'highlight' => 'PHP', 'markdownSource' => 'sourceText', 'code' => '<?phpecho "Hellp, World!"?>', 'url' => null, 'titleText' => '', 'linkTitle' => '', 'embed' => '', 'rel' => '', 'multiSRC' => null, 'perRow' => 4, 'perPage' => 0, 'numberOfItems' => 0, 'sortBy' => '', 'galleryTpl' => '', 'customTpl' => '', 'playerSRC' => null, 'youtube' => '', 'vimeo' => '', 'posterSRC' => null, 'playerSize' => '', 'playerOptions' => null, 'playerStart' => '', 'playerStop' => '', 'playerTitle' => '', 'playerCaption' => '', 'playerAspect' => '', 'textTrackSRC' => null, 'playerPreload' => '', 'playerColor' => '', 'youtubeOptions' => null, 'vimeoOptions' => null, 'sliderDelay' => 0, 'sliderSpeed' => 300, 'sliderStartSlide' => 0, 'data' => null, 'cteAlias' => 0, 'articleAlias' => 0, 'article' => 0, 'form' => 0, 'module' => 0, 'groups' => null, 'cssID' => '', 'start' => '', 'stop' => '', 'com_order' => 'ascending', 'com_perPage' => 0, 'com_template' => '', 'rsce_data' => null, 'hl' => 'h2', 'class' => 'ce_foss_collection_element', 'inColumn' => 'main', 'as_editor_view' => false, 'Template' => object(FrontendTemplate)))
         (vendor/twig/twig/src/Environment.php:333)
      at Twig\Environment->render('@Contao/foss_collection.html.twig', array('title' => '', 'type' => 'foss_collection_element', 'addImage' => false, 'showPreview' => false, 'inline' => false, 'overwriteMeta' => false, 'size' => '', 'fullsize' => false, 'thead' => false, 'tfoot' => false, 'tleft' => false, 'sortable' => false, 'closeSections' => false, 'target' => false, 'overwriteLink' => false, 'useImage' => false, 'useHomeDir' => false, 'metaIgnore' => false, 'splashImage' => false, 'sliderContinuous' => false, 'protected' => false, 'jumpTo' => 0, 'redirectBack' => false, 'autologin' => false, 'pwResetPage' => 0, 'invisible' => false, 'com_moderate' => false, 'com_bbcode' => false, 'com_disableCaptcha' => false, 'com_requireLogin' => false, 'id' => 8, 'pid' => 5, 'ptable' => 'tl_article', 'sorting' => 128, 'tstamp' => 1784904540, 'headline' => '', 'sectionHeadline' => 'a:2:{s:5:"value";s:0:"";s:4:"unit";s:2:"h2";}', 'text' => null, 'singleSRC' => null, 'alt' => null, 'imageTitle' => null, 'imageUrl' => null, 'caption' => null, 'floating' => 'above', 'html' => null, 'unfilteredHtml' => null, 'listtype' => '', 'listitems' => null, 'tableitems' => null, 'summary' => '', 'sortIndex' => 0, 'sortOrder' => 'ascending', 'mooHeadline' => '', 'mooStyle' => '', 'mooClasses' => '', 'highlight' => 'PHP', 'markdownSource' => 'sourceText', 'code' => '<?phpecho "Hellp, World!"?>', 'url' => null, 'titleText' => '', 'linkTitle' => '', 'embed' => '', 'rel' => '', 'multiSRC' => null, 'perRow' => 4, 'perPage' => 0, 'numberOfItems' => 0, 'sortBy' => '', 'galleryTpl' => '', 'customTpl' => '', 'playerSRC' => null, 'youtube' => '', 'vimeo' => '', 'posterSRC' => null, 'playerSize' => '', 'playerOptions' => null, 'playerStart' => '', 'playerStop' => '', 'playerTitle' => '', 'playerCaption' => '', 'playerAspect' => '', 'textTrackSRC' => null, 'playerPreload' => '', 'playerColor' => '', 'youtubeOptions' => null, 'vimeoOptions' => null, 'sliderDelay' => 0, 'sliderSpeed' => 300, 'sliderStartSlide' => 0, 'data' => null, 'cteAlias' => 0, 'articleAlias' => 0, 'article' => 0, 'form' => 0, 'module' => 0, 'groups' => null, 'cssID' => '', 'start' => '', 'stop' => '', 'com_order' => 'ascending', 'com_perPage' => 0, 'com_template' => '', 'rsce_data' => null, 'hl' => 'h2', 'class' => 'ce_foss_collection_element', 'inColumn' => 'main', 'as_editor_view' => false, 'Template' => object(FrontendTemplate)))
         (vendor/contao/core-bundle/contao/library/Contao/TemplateInheritance.php:394)
      at Contao\Template->renderTwigSurrogateIfExists()
         (vendor/contao/core-bundle/contao/library/Contao/TemplateInheritance.php:83)
      at Contao\Template->inherit()
         (vendor/contao/core-bundle/contao/library/Contao/Template.php:327)
      at Contao\Template->parse()
         (vendor/contao/core-bundle/contao/classes/FrontendTemplate.php:43)
      at Contao\FrontendTemplate->parse()
         (vendor/contao/core-bundle/contao/classes/FrontendTemplate.php:89)
      at Contao\FrontendTemplate->compile()
         (vendor/contao/core-bundle/contao/classes/FrontendTemplate.php:69)
      at Contao\FrontendTemplate->getResponse()
         (vendor/contao/core-bundle/src/Controller/AbstractFragmentController.php:97)
      at Contao\CoreBundle\Controller\AbstractFragmentController->{closure:Contao\CoreBundle\Controller\AbstractFragmentController::createTemplate():90}(object(FragmentTemplate), null)
         (vendor/contao/core-bundle/src/Twig/FragmentTemplate.php:130)
      at Contao\CoreBundle\Twig\FragmentTemplate->getResponse()
         (/Users/mario/OX Drive/My files.localized/dev/contao/babelfisch/fossils-bundle/src/Controller/ContentElement/FossCollectionElementController.php:44)
      at Babelfisch\FossilsBundle\Controller\ContentElement\FossCollectionElementController->getResponse(object(FragmentTemplate), object(ContentModel), object(Request))
         (vendor/contao/core-bundle/src/Controller/ContentElement/AbstractContentElementController.php:40)
      at Contao\CoreBundle\Controller\ContentElement\AbstractContentElementController->__invoke(object(Request), object(ContentModel), 'main', null)
         (vendor/symfony/http-kernel/HttpKernel.php:183)
      at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 2)
         (vendor/symfony/http-kernel/HttpKernel.php:76)
      at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 2, false)
         (vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php:86)
      at Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(object(HttpKernel), object(Request), 2, false)
         (vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php:75)
      at Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer->render('/_fragment?_path=_format%3Dhtml%26_locale%3Dde%26_controller%3Dcontao.content_element.foss_collection_element', object(Request), array('ignore_errors' => false))
         (vendor/symfony/http-kernel/Fragment/FragmentHandler.php:81)
      at Symfony\Component\HttpKernel\Fragment\FragmentHandler->render(object(ContentElementReference), 'forward', array('ignore_errors' => false))
         (vendor/contao/core-bundle/src/Fragment/FragmentHandler.php:69)
      at Contao\CoreBundle\Fragment\FragmentHandler->render(object(ContentElementReference))
         (vendor/contao/core-bundle/contao/elements/ContentProxy.php:82)
      at Contao\ContentProxy->generate()
         (vendor/contao/core-bundle/contao/library/Contao/Controller.php:622)
      at Contao\Controller::getContentElement(object(ContentModel), 'main')
         (vendor/contao/core-bundle/contao/modules/ModuleArticle.php:205)
      at Contao\ModuleArticle->compile()
         (vendor/contao/core-bundle/contao/modules/Module.php:215)
      at Contao\Module->generate()
         (vendor/contao/core-bundle/contao/modules/ModuleArticle.php:71)
      at Contao\ModuleArticle->generate(false)
         (vendor/contao/core-bundle/contao/library/Contao/Controller.php:497)
      at Contao\Controller::getArticle(object(ArticleModel), false, false, 'main', array())
         (vendor/contao/core-bundle/contao/library/Contao/Controller.php:357)
      at Contao\Controller::getFrontendModule(0, 'main')
         (vendor/contao/core-bundle/src/Framework/Adapter.php:38)
      at Contao\CoreBundle\Framework\Adapter->__call('getFrontendModule', array(0, 'main'))
         (vendor/contao/core-bundle/src/Twig/Runtime/FragmentRuntime.php:40)
      at Contao\CoreBundle\Twig\Runtime\FragmentRuntime->renderModule(array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0)), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), '_parent' => array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0)), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), '_seq' => array(array('type' => 'frontend_module', 'id' => 0)), 'loop' => array('parent' => array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0)), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 0, 'revindex' => 1, 'length' => 1, 'last' => true), 'reference' => array('type' => 'frontend_module', 'id' => 0), '_key' => 0), 0)
         (var/cache/dev/twig/54/54ad7f7e0894dadf134d1d034f1c1b85.php:105)
      at __TwigTemplate_9d98d790d17d0c5da60212ea9442e4a1->block_element(array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0)), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), '_parent' => array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0)), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), '_seq' => array(array('type' => 'frontend_module', 'id' => 0)), 'loop' => array('parent' => array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0)), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 0, 'revindex' => 1, 'length' => 1, 'last' => true), 'reference' => array('type' => 'frontend_module', 'id' => 0), '_key' => 0), array('element' => array(object(__TwigTemplate_9d98d790d17d0c5da60212ea9442e4a1), 'block_element')))
         (vendor/twig/twig/src/Template.php:458)
      at Twig\Template->yieldBlock('element', array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0)), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), '_parent' => array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0)), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), '_seq' => array(array('type' => 'frontend_module', 'id' => 0)), 'loop' => array('parent' => array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0)), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 0, 'revindex' => 1, 'length' => 1, 'last' => true), 'reference' => array('type' => 'frontend_module', 'id' => 0), '_key' => 0), array('element' => array(object(__TwigTemplate_9d98d790d17d0c5da60212ea9442e4a1), 'block_element')))
         (var/cache/dev/twig/54/54ad7f7e0894dadf134d1d034f1c1b85.php:68)
      at __TwigTemplate_9d98d790d17d0c5da60212ea9442e4a1->doDisplay(array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0)), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), '_parent' => array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0)), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), '_seq' => array(array('type' => 'frontend_module', 'id' => 0)), 'loop' => array('parent' => array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0)), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), 'index0' => 0, 'index' => 1, 'first' => true, 'revindex0' => 0, 'revindex' => 1, 'length' => 1, 'last' => true), 'reference' => array('type' => 'frontend_module', 'id' => 0), '_key' => 0), array('element' => array(object(__TwigTemplate_9d98d790d17d0c5da60212ea9442e4a1), 'block_element')))
         (vendor/twig/twig/src/Template.php:411)
      at Twig\Template->yield(array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0)), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('element' => array(object(__TwigTemplate_9d98d790d17d0c5da60212ea9442e4a1), 'block_element')))
         (vendor/twig/twig/src/Template.php:366)
      at Twig\Template->display(array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0))))
         (vendor/twig/twig/src/Template.php:381)
      at Twig\Template->render(array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0))))
         (vendor/twig/twig/src/TemplateWrapper.php:51)
      at Twig\TemplateWrapper->render(array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0))))
         (vendor/twig/twig/src/Environment.php:333)
      at Twig\Environment->render('@Contao/page/_element_group.html.twig', array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0))))
         (vendor/contao/core-bundle/src/Twig/Renderer/DefaultRenderer.php:21)
      at Contao\CoreBundle\Twig\Renderer\DefaultRenderer->render('@Contao/page/_element_group.html.twig', array('_slot_name' => 'main', 'references' => array(array('type' => 'frontend_module', 'id' => 0))))
         (vendor/contao/core-bundle/src/ContentComposition/ContentCompositionBuilder.php:406)
      at Contao\CoreBundle\ContentComposition\ContentCompositionBuilder->renderSlot('main', array(array('type' => 'frontend_module', 'id' => 0)))
         (vendor/contao/core-bundle/src/ContentComposition/ContentCompositionBuilder.php:382)
      at Contao\CoreBundle\ContentComposition\ContentCompositionBuilder->{closure:Contao\CoreBundle\ContentComposition\ContentCompositionBuilder::addCompositedContentToTemplate():382}()
         (vendor/contao/core-bundle/src/ContentComposition/ContentCompositionBuilder.php:390)
      at class@anonymous/Users/mario/Sites/mfoss/managed-edition/vendor/contao/core-bundle/src/ContentComposition/ContentCompositionBuilder.php:382$19ea->__toString()
         (var/cache/dev/twig/5d/5dd1eed1dd5d59be4b5628ef0921f5db.php:415)
      at __TwigTemplate_749d3605a2d135d844cbd5515c06a94f->block_body_content(array('locale' => 'de', 'rtl' => false, 'page' => array('requireItem' => false, 'alwaysForward' => false, 'redirectBack' => false, 'target' => false, 'fallback' => false, 'disableLanguageRedirect' => true, 'maintenanceMode' => false, 'enableCanonical' => true, 'useFolderUrl' => true, 'useSSL' => true, 'autoforward' => false, 'protected' => false, 'includeLayout' => false, 'includeCache' => false, 'alwaysLoadFromCache' => false, 'includeChmod' => false, 'hide' => false, 'guests' => false, 'published' => true, 'enforceTwoFactor' => false, 'enableCsp' => false, 'csp' => 'default-src \'self\'', 'cspReportOnly' => false, 'cspReportLog' => false, 'imgSize' => '', 'feedSource' => 'source_teaser', 'feedFeatured' => 'all_items', 'eventCalendars' => null, 'feedRecurrenceLimit' => 25, 'id' => 7, 'pid' => 2, 'sorting' => 64, 'tstamp' => 1783202608, 'title' => 'App', 'type' => 'regular', 'alias' => 'app', 'routePriority' => 0, 'pageTitle' => '', 'language' => 'de', 'robots' => 'index,follow', 'description' => null, 'redirect' => 'permanent', 'jumpTo' => 0, 'url' => '', 'dns' => '', 'staticFiles' => '', 'staticPlugins' => '', 'favicon' => null, 'robotsTxt' => null, 'mailerTransport' => '', 'canonicalLink' => '', 'canonicalKeepParams' => '', 'adminEmail' => '', 'dateFormat' => 'Y-m-d', 'timeFormat' => 'H:i', 'datimFormat' => 'Y-m-d H:i', 'validAliasCharacters' => '0-9a-z', 'urlPrefix' => '', 'urlSuffix' => '', 'groups' => array(), 'layout' => 1, 'subpageLayout' => 0, 'cache' => 0, 'clientCache' => 0, 'cuser' => 0, 'cgroup' => 0, 'chmod' => 'a:9:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g4";i:7;s:2:"g5";i:8;s:2:"g6";}', 'cssClass' => '', 'sitemap' => 'map_default', 'searchIndexer' => '', 'accesskey' => '', 'start' => '', 'stop' => '', 'twoFactorJumpTo' => 0, 'feedFormat' => 'rss', 'maxFeedItems' => 25, 'feedDescription' => null, 'newsArchives' => null, 'mainAlias' => 'index', 'mainTitle' => 'Index', 'mainPageTitle' => 'mfoss.de', 'parentAlias' => 'index', 'parentTitle' => 'Index', 'parentPageTitle' => 'mfoss.de', 'folderUrl' => '', 'rootId' => 1, 'rootAlias' => 'mfoss-de', 'rootTitle' => 'mfoss.de', 'rootPageTitle' => 'mfoss.de', 'rootSorting' => 128, 'domain' => '', 'rootLanguage' => 'de', 'rootIsPublic' => true, 'rootIsFallback' => true, 'rootUseSSL' => true, 'rootFallbackLanguage' => 'de', 'trail' => array(1, 2, 7), 'isPublic' => true, 'layoutId' => 1, 'template' => 'page/layout/mfoss', 'templateGroup' => ''), 'layout' => array('type' => 'modern', 'combineScripts' => true, 'minifyMarkup' => true, 'lightboxSize' => 'a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}', 'addJQuery' => false, 'addMooTools' => false, 'static' => false, 'id' => 1, 'pid' => 1, 'tstamp' => 1776084294, 'name' => 'Standardlayout', 'rows' => '2rwh', 'headerHeight' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'footerHeight' => '', 'cols' => '2cll', 'widthLeft' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'widthRight' => '', 'sections' => 'a:1:{i:0;a:4:{s:5:"title";s:0:"";s:2:"id";s:0:"";s:8:"template";s:13:"block_section";s:8:"position";s:3:"top";}}', 'framework' => '', 'external' => null, 'modules' => 'a:2:{i:0;a:3:{s:3:"mod";s:9:"content-2";s:3:"col";s:4:"head";s:6:"enable";s:1:"1";}i:1;a:3:{s:3:"mod";s:1:"0";s:3:"col";s:4:"main";s:6:"enable";s:1:"1";}}', 'template' => 'page/layout/mfoss', 'defaultImageDensities' => '', 'viewport' => 'width=device-width,initial-scale=1.0,shrink-to-fit=no', 'titleTag' => '', 'cssClass' => '', 'onload' => '', 'head' => null, 'jquery' => null, 'mootools' => null, 'analytics' => null, 'externalJs' => null, 'scripts' => 'a:1:{i:0;s:9:"js_alpine";}', 'script' => null, 'width' => '', 'align' => 'center', 'newsfeeds' => null, 'calendarfeeds' => null), 'element_references' => array('head' => array(array('type' => 'content_element', 'id' => 2)), 'main' => array(array('type' => 'frontend_module', 'id' => 0))), '_slots' => array('head' => object(class@anonymous), 'main' => object(class@anonymous)), 'response_context' => object(class@anonymous), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'html_attributes' => object(HtmlAttributes), '_slot_name' => 'main'), array('head' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_head'), 'viewport' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_viewport'), '__deferred_b7b180734630f85d' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_b7b180734630f85d'), 'title' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_title'), 'end_of_head' => array(object(__TwigTemplate_a81b427a114f5e037b79228c234ba892), 'block_end_of_head'), '__deferred_169186c451e25c6e' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_169186c451e25c6e'), 'body' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_body'), 'body_content' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_body_content'), '__deferred_fcbbfeb44aaf119c' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_fcbbfeb44aaf119c'), 'end_of_body' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_end_of_body')))
         (vendor/twig/twig/src/Template.php:458)
      at Twig\Template->yieldBlock('body_content', array('locale' => 'de', 'rtl' => false, 'page' => array('requireItem' => false, 'alwaysForward' => false, 'redirectBack' => false, 'target' => false, 'fallback' => false, 'disableLanguageRedirect' => true, 'maintenanceMode' => false, 'enableCanonical' => true, 'useFolderUrl' => true, 'useSSL' => true, 'autoforward' => false, 'protected' => false, 'includeLayout' => false, 'includeCache' => false, 'alwaysLoadFromCache' => false, 'includeChmod' => false, 'hide' => false, 'guests' => false, 'published' => true, 'enforceTwoFactor' => false, 'enableCsp' => false, 'csp' => 'default-src \'self\'', 'cspReportOnly' => false, 'cspReportLog' => false, 'imgSize' => '', 'feedSource' => 'source_teaser', 'feedFeatured' => 'all_items', 'eventCalendars' => null, 'feedRecurrenceLimit' => 25, 'id' => 7, 'pid' => 2, 'sorting' => 64, 'tstamp' => 1783202608, 'title' => 'App', 'type' => 'regular', 'alias' => 'app', 'routePriority' => 0, 'pageTitle' => '', 'language' => 'de', 'robots' => 'index,follow', 'description' => null, 'redirect' => 'permanent', 'jumpTo' => 0, 'url' => '', 'dns' => '', 'staticFiles' => '', 'staticPlugins' => '', 'favicon' => null, 'robotsTxt' => null, 'mailerTransport' => '', 'canonicalLink' => '', 'canonicalKeepParams' => '', 'adminEmail' => '', 'dateFormat' => 'Y-m-d', 'timeFormat' => 'H:i', 'datimFormat' => 'Y-m-d H:i', 'validAliasCharacters' => '0-9a-z', 'urlPrefix' => '', 'urlSuffix' => '', 'groups' => array(), 'layout' => 1, 'subpageLayout' => 0, 'cache' => 0, 'clientCache' => 0, 'cuser' => 0, 'cgroup' => 0, 'chmod' => 'a:9:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g4";i:7;s:2:"g5";i:8;s:2:"g6";}', 'cssClass' => '', 'sitemap' => 'map_default', 'searchIndexer' => '', 'accesskey' => '', 'start' => '', 'stop' => '', 'twoFactorJumpTo' => 0, 'feedFormat' => 'rss', 'maxFeedItems' => 25, 'feedDescription' => null, 'newsArchives' => null, 'mainAlias' => 'index', 'mainTitle' => 'Index', 'mainPageTitle' => 'mfoss.de', 'parentAlias' => 'index', 'parentTitle' => 'Index', 'parentPageTitle' => 'mfoss.de', 'folderUrl' => '', 'rootId' => 1, 'rootAlias' => 'mfoss-de', 'rootTitle' => 'mfoss.de', 'rootPageTitle' => 'mfoss.de', 'rootSorting' => 128, 'domain' => '', 'rootLanguage' => 'de', 'rootIsPublic' => true, 'rootIsFallback' => true, 'rootUseSSL' => true, 'rootFallbackLanguage' => 'de', 'trail' => array(1, 2, 7), 'isPublic' => true, 'layoutId' => 1, 'template' => 'page/layout/mfoss', 'templateGroup' => ''), 'layout' => array('type' => 'modern', 'combineScripts' => true, 'minifyMarkup' => true, 'lightboxSize' => 'a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}', 'addJQuery' => false, 'addMooTools' => false, 'static' => false, 'id' => 1, 'pid' => 1, 'tstamp' => 1776084294, 'name' => 'Standardlayout', 'rows' => '2rwh', 'headerHeight' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'footerHeight' => '', 'cols' => '2cll', 'widthLeft' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'widthRight' => '', 'sections' => 'a:1:{i:0;a:4:{s:5:"title";s:0:"";s:2:"id";s:0:"";s:8:"template";s:13:"block_section";s:8:"position";s:3:"top";}}', 'framework' => '', 'external' => null, 'modules' => 'a:2:{i:0;a:3:{s:3:"mod";s:9:"content-2";s:3:"col";s:4:"head";s:6:"enable";s:1:"1";}i:1;a:3:{s:3:"mod";s:1:"0";s:3:"col";s:4:"main";s:6:"enable";s:1:"1";}}', 'template' => 'page/layout/mfoss', 'defaultImageDensities' => '', 'viewport' => 'width=device-width,initial-scale=1.0,shrink-to-fit=no', 'titleTag' => '', 'cssClass' => '', 'onload' => '', 'head' => null, 'jquery' => null, 'mootools' => null, 'analytics' => null, 'externalJs' => null, 'scripts' => 'a:1:{i:0;s:9:"js_alpine";}', 'script' => null, 'width' => '', 'align' => 'center', 'newsfeeds' => null, 'calendarfeeds' => null), 'element_references' => array('head' => array(array('type' => 'content_element', 'id' => 2)), 'main' => array(array('type' => 'frontend_module', 'id' => 0))), '_slots' => array('head' => object(class@anonymous), 'main' => object(class@anonymous)), 'response_context' => object(class@anonymous), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'html_attributes' => object(HtmlAttributes)), array('head' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_head'), 'viewport' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_viewport'), '__deferred_b7b180734630f85d' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_b7b180734630f85d'), 'title' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_title'), 'end_of_head' => array(object(__TwigTemplate_a81b427a114f5e037b79228c234ba892), 'block_end_of_head'), '__deferred_169186c451e25c6e' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_169186c451e25c6e'), 'body' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_body'), 'body_content' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_body_content'), '__deferred_fcbbfeb44aaf119c' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_fcbbfeb44aaf119c'), 'end_of_body' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_end_of_body')))
         (var/cache/dev/twig/5d/5dd1eed1dd5d59be4b5628ef0921f5db.php:370)
      at __TwigTemplate_749d3605a2d135d844cbd5515c06a94f->block_body(array('locale' => 'de', 'rtl' => false, 'page' => array('requireItem' => false, 'alwaysForward' => false, 'redirectBack' => false, 'target' => false, 'fallback' => false, 'disableLanguageRedirect' => true, 'maintenanceMode' => false, 'enableCanonical' => true, 'useFolderUrl' => true, 'useSSL' => true, 'autoforward' => false, 'protected' => false, 'includeLayout' => false, 'includeCache' => false, 'alwaysLoadFromCache' => false, 'includeChmod' => false, 'hide' => false, 'guests' => false, 'published' => true, 'enforceTwoFactor' => false, 'enableCsp' => false, 'csp' => 'default-src \'self\'', 'cspReportOnly' => false, 'cspReportLog' => false, 'imgSize' => '', 'feedSource' => 'source_teaser', 'feedFeatured' => 'all_items', 'eventCalendars' => null, 'feedRecurrenceLimit' => 25, 'id' => 7, 'pid' => 2, 'sorting' => 64, 'tstamp' => 1783202608, 'title' => 'App', 'type' => 'regular', 'alias' => 'app', 'routePriority' => 0, 'pageTitle' => '', 'language' => 'de', 'robots' => 'index,follow', 'description' => null, 'redirect' => 'permanent', 'jumpTo' => 0, 'url' => '', 'dns' => '', 'staticFiles' => '', 'staticPlugins' => '', 'favicon' => null, 'robotsTxt' => null, 'mailerTransport' => '', 'canonicalLink' => '', 'canonicalKeepParams' => '', 'adminEmail' => '', 'dateFormat' => 'Y-m-d', 'timeFormat' => 'H:i', 'datimFormat' => 'Y-m-d H:i', 'validAliasCharacters' => '0-9a-z', 'urlPrefix' => '', 'urlSuffix' => '', 'groups' => array(), 'layout' => 1, 'subpageLayout' => 0, 'cache' => 0, 'clientCache' => 0, 'cuser' => 0, 'cgroup' => 0, 'chmod' => 'a:9:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g4";i:7;s:2:"g5";i:8;s:2:"g6";}', 'cssClass' => '', 'sitemap' => 'map_default', 'searchIndexer' => '', 'accesskey' => '', 'start' => '', 'stop' => '', 'twoFactorJumpTo' => 0, 'feedFormat' => 'rss', 'maxFeedItems' => 25, 'feedDescription' => null, 'newsArchives' => null, 'mainAlias' => 'index', 'mainTitle' => 'Index', 'mainPageTitle' => 'mfoss.de', 'parentAlias' => 'index', 'parentTitle' => 'Index', 'parentPageTitle' => 'mfoss.de', 'folderUrl' => '', 'rootId' => 1, 'rootAlias' => 'mfoss-de', 'rootTitle' => 'mfoss.de', 'rootPageTitle' => 'mfoss.de', 'rootSorting' => 128, 'domain' => '', 'rootLanguage' => 'de', 'rootIsPublic' => true, 'rootIsFallback' => true, 'rootUseSSL' => true, 'rootFallbackLanguage' => 'de', 'trail' => array(1, 2, 7), 'isPublic' => true, 'layoutId' => 1, 'template' => 'page/layout/mfoss', 'templateGroup' => ''), 'layout' => array('type' => 'modern', 'combineScripts' => true, 'minifyMarkup' => true, 'lightboxSize' => 'a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}', 'addJQuery' => false, 'addMooTools' => false, 'static' => false, 'id' => 1, 'pid' => 1, 'tstamp' => 1776084294, 'name' => 'Standardlayout', 'rows' => '2rwh', 'headerHeight' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'footerHeight' => '', 'cols' => '2cll', 'widthLeft' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'widthRight' => '', 'sections' => 'a:1:{i:0;a:4:{s:5:"title";s:0:"";s:2:"id";s:0:"";s:8:"template";s:13:"block_section";s:8:"position";s:3:"top";}}', 'framework' => '', 'external' => null, 'modules' => 'a:2:{i:0;a:3:{s:3:"mod";s:9:"content-2";s:3:"col";s:4:"head";s:6:"enable";s:1:"1";}i:1;a:3:{s:3:"mod";s:1:"0";s:3:"col";s:4:"main";s:6:"enable";s:1:"1";}}', 'template' => 'page/layout/mfoss', 'defaultImageDensities' => '', 'viewport' => 'width=device-width,initial-scale=1.0,shrink-to-fit=no', 'titleTag' => '', 'cssClass' => '', 'onload' => '', 'head' => null, 'jquery' => null, 'mootools' => null, 'analytics' => null, 'externalJs' => null, 'scripts' => 'a:1:{i:0;s:9:"js_alpine";}', 'script' => null, 'width' => '', 'align' => 'center', 'newsfeeds' => null, 'calendarfeeds' => null), 'element_references' => array('head' => array(array('type' => 'content_element', 'id' => 2)), 'main' => array(array('type' => 'frontend_module', 'id' => 0))), '_slots' => array('head' => object(class@anonymous), 'main' => object(class@anonymous)), 'response_context' => object(class@anonymous), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'html_attributes' => object(HtmlAttributes)), array('head' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_head'), 'viewport' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_viewport'), '__deferred_b7b180734630f85d' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_b7b180734630f85d'), 'title' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_title'), 'end_of_head' => array(object(__TwigTemplate_a81b427a114f5e037b79228c234ba892), 'block_end_of_head'), '__deferred_169186c451e25c6e' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_169186c451e25c6e'), 'body' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_body'), 'body_content' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_body_content'), '__deferred_fcbbfeb44aaf119c' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_fcbbfeb44aaf119c'), 'end_of_body' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_end_of_body')))
         (vendor/twig/twig/src/Template.php:458)
      at Twig\Template->yieldBlock('body', array('locale' => 'de', 'rtl' => false, 'page' => array('requireItem' => false, 'alwaysForward' => false, 'redirectBack' => false, 'target' => false, 'fallback' => false, 'disableLanguageRedirect' => true, 'maintenanceMode' => false, 'enableCanonical' => true, 'useFolderUrl' => true, 'useSSL' => true, 'autoforward' => false, 'protected' => false, 'includeLayout' => false, 'includeCache' => false, 'alwaysLoadFromCache' => false, 'includeChmod' => false, 'hide' => false, 'guests' => false, 'published' => true, 'enforceTwoFactor' => false, 'enableCsp' => false, 'csp' => 'default-src \'self\'', 'cspReportOnly' => false, 'cspReportLog' => false, 'imgSize' => '', 'feedSource' => 'source_teaser', 'feedFeatured' => 'all_items', 'eventCalendars' => null, 'feedRecurrenceLimit' => 25, 'id' => 7, 'pid' => 2, 'sorting' => 64, 'tstamp' => 1783202608, 'title' => 'App', 'type' => 'regular', 'alias' => 'app', 'routePriority' => 0, 'pageTitle' => '', 'language' => 'de', 'robots' => 'index,follow', 'description' => null, 'redirect' => 'permanent', 'jumpTo' => 0, 'url' => '', 'dns' => '', 'staticFiles' => '', 'staticPlugins' => '', 'favicon' => null, 'robotsTxt' => null, 'mailerTransport' => '', 'canonicalLink' => '', 'canonicalKeepParams' => '', 'adminEmail' => '', 'dateFormat' => 'Y-m-d', 'timeFormat' => 'H:i', 'datimFormat' => 'Y-m-d H:i', 'validAliasCharacters' => '0-9a-z', 'urlPrefix' => '', 'urlSuffix' => '', 'groups' => array(), 'layout' => 1, 'subpageLayout' => 0, 'cache' => 0, 'clientCache' => 0, 'cuser' => 0, 'cgroup' => 0, 'chmod' => 'a:9:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g4";i:7;s:2:"g5";i:8;s:2:"g6";}', 'cssClass' => '', 'sitemap' => 'map_default', 'searchIndexer' => '', 'accesskey' => '', 'start' => '', 'stop' => '', 'twoFactorJumpTo' => 0, 'feedFormat' => 'rss', 'maxFeedItems' => 25, 'feedDescription' => null, 'newsArchives' => null, 'mainAlias' => 'index', 'mainTitle' => 'Index', 'mainPageTitle' => 'mfoss.de', 'parentAlias' => 'index', 'parentTitle' => 'Index', 'parentPageTitle' => 'mfoss.de', 'folderUrl' => '', 'rootId' => 1, 'rootAlias' => 'mfoss-de', 'rootTitle' => 'mfoss.de', 'rootPageTitle' => 'mfoss.de', 'rootSorting' => 128, 'domain' => '', 'rootLanguage' => 'de', 'rootIsPublic' => true, 'rootIsFallback' => true, 'rootUseSSL' => true, 'rootFallbackLanguage' => 'de', 'trail' => array(1, 2, 7), 'isPublic' => true, 'layoutId' => 1, 'template' => 'page/layout/mfoss', 'templateGroup' => ''), 'layout' => array('type' => 'modern', 'combineScripts' => true, 'minifyMarkup' => true, 'lightboxSize' => 'a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}', 'addJQuery' => false, 'addMooTools' => false, 'static' => false, 'id' => 1, 'pid' => 1, 'tstamp' => 1776084294, 'name' => 'Standardlayout', 'rows' => '2rwh', 'headerHeight' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'footerHeight' => '', 'cols' => '2cll', 'widthLeft' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'widthRight' => '', 'sections' => 'a:1:{i:0;a:4:{s:5:"title";s:0:"";s:2:"id";s:0:"";s:8:"template";s:13:"block_section";s:8:"position";s:3:"top";}}', 'framework' => '', 'external' => null, 'modules' => 'a:2:{i:0;a:3:{s:3:"mod";s:9:"content-2";s:3:"col";s:4:"head";s:6:"enable";s:1:"1";}i:1;a:3:{s:3:"mod";s:1:"0";s:3:"col";s:4:"main";s:6:"enable";s:1:"1";}}', 'template' => 'page/layout/mfoss', 'defaultImageDensities' => '', 'viewport' => 'width=device-width,initial-scale=1.0,shrink-to-fit=no', 'titleTag' => '', 'cssClass' => '', 'onload' => '', 'head' => null, 'jquery' => null, 'mootools' => null, 'analytics' => null, 'externalJs' => null, 'scripts' => 'a:1:{i:0;s:9:"js_alpine";}', 'script' => null, 'width' => '', 'align' => 'center', 'newsfeeds' => null, 'calendarfeeds' => null), 'element_references' => array('head' => array(array('type' => 'content_element', 'id' => 2)), 'main' => array(array('type' => 'frontend_module', 'id' => 0))), '_slots' => array('head' => object(class@anonymous), 'main' => object(class@anonymous)), 'response_context' => object(class@anonymous), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'html_attributes' => object(HtmlAttributes)), array('head' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_head'), 'viewport' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_viewport'), '__deferred_b7b180734630f85d' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_b7b180734630f85d'), 'title' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_title'), 'end_of_head' => array(object(__TwigTemplate_a81b427a114f5e037b79228c234ba892), 'block_end_of_head'), '__deferred_169186c451e25c6e' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_169186c451e25c6e'), 'body' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_body'), 'body_content' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_body_content'), '__deferred_fcbbfeb44aaf119c' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_fcbbfeb44aaf119c'), 'end_of_body' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_end_of_body')))
         (var/cache/dev/twig/5d/5dd1eed1dd5d59be4b5628ef0921f5db.php:80)
      at __TwigTemplate_749d3605a2d135d844cbd5515c06a94f->doDisplay(array('locale' => 'de', 'rtl' => false, 'page' => array('requireItem' => false, 'alwaysForward' => false, 'redirectBack' => false, 'target' => false, 'fallback' => false, 'disableLanguageRedirect' => true, 'maintenanceMode' => false, 'enableCanonical' => true, 'useFolderUrl' => true, 'useSSL' => true, 'autoforward' => false, 'protected' => false, 'includeLayout' => false, 'includeCache' => false, 'alwaysLoadFromCache' => false, 'includeChmod' => false, 'hide' => false, 'guests' => false, 'published' => true, 'enforceTwoFactor' => false, 'enableCsp' => false, 'csp' => 'default-src \'self\'', 'cspReportOnly' => false, 'cspReportLog' => false, 'imgSize' => '', 'feedSource' => 'source_teaser', 'feedFeatured' => 'all_items', 'eventCalendars' => null, 'feedRecurrenceLimit' => 25, 'id' => 7, 'pid' => 2, 'sorting' => 64, 'tstamp' => 1783202608, 'title' => 'App', 'type' => 'regular', 'alias' => 'app', 'routePriority' => 0, 'pageTitle' => '', 'language' => 'de', 'robots' => 'index,follow', 'description' => null, 'redirect' => 'permanent', 'jumpTo' => 0, 'url' => '', 'dns' => '', 'staticFiles' => '', 'staticPlugins' => '', 'favicon' => null, 'robotsTxt' => null, 'mailerTransport' => '', 'canonicalLink' => '', 'canonicalKeepParams' => '', 'adminEmail' => '', 'dateFormat' => 'Y-m-d', 'timeFormat' => 'H:i', 'datimFormat' => 'Y-m-d H:i', 'validAliasCharacters' => '0-9a-z', 'urlPrefix' => '', 'urlSuffix' => '', 'groups' => array(), 'layout' => 1, 'subpageLayout' => 0, 'cache' => 0, 'clientCache' => 0, 'cuser' => 0, 'cgroup' => 0, 'chmod' => 'a:9:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g4";i:7;s:2:"g5";i:8;s:2:"g6";}', 'cssClass' => '', 'sitemap' => 'map_default', 'searchIndexer' => '', 'accesskey' => '', 'start' => '', 'stop' => '', 'twoFactorJumpTo' => 0, 'feedFormat' => 'rss', 'maxFeedItems' => 25, 'feedDescription' => null, 'newsArchives' => null, 'mainAlias' => 'index', 'mainTitle' => 'Index', 'mainPageTitle' => 'mfoss.de', 'parentAlias' => 'index', 'parentTitle' => 'Index', 'parentPageTitle' => 'mfoss.de', 'folderUrl' => '', 'rootId' => 1, 'rootAlias' => 'mfoss-de', 'rootTitle' => 'mfoss.de', 'rootPageTitle' => 'mfoss.de', 'rootSorting' => 128, 'domain' => '', 'rootLanguage' => 'de', 'rootIsPublic' => true, 'rootIsFallback' => true, 'rootUseSSL' => true, 'rootFallbackLanguage' => 'de', 'trail' => array(1, 2, 7), 'isPublic' => true, 'layoutId' => 1, 'template' => 'page/layout/mfoss', 'templateGroup' => ''), 'layout' => array('type' => 'modern', 'combineScripts' => true, 'minifyMarkup' => true, 'lightboxSize' => 'a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}', 'addJQuery' => false, 'addMooTools' => false, 'static' => false, 'id' => 1, 'pid' => 1, 'tstamp' => 1776084294, 'name' => 'Standardlayout', 'rows' => '2rwh', 'headerHeight' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'footerHeight' => '', 'cols' => '2cll', 'widthLeft' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'widthRight' => '', 'sections' => 'a:1:{i:0;a:4:{s:5:"title";s:0:"";s:2:"id";s:0:"";s:8:"template";s:13:"block_section";s:8:"position";s:3:"top";}}', 'framework' => '', 'external' => null, 'modules' => 'a:2:{i:0;a:3:{s:3:"mod";s:9:"content-2";s:3:"col";s:4:"head";s:6:"enable";s:1:"1";}i:1;a:3:{s:3:"mod";s:1:"0";s:3:"col";s:4:"main";s:6:"enable";s:1:"1";}}', 'template' => 'page/layout/mfoss', 'defaultImageDensities' => '', 'viewport' => 'width=device-width,initial-scale=1.0,shrink-to-fit=no', 'titleTag' => '', 'cssClass' => '', 'onload' => '', 'head' => null, 'jquery' => null, 'mootools' => null, 'analytics' => null, 'externalJs' => null, 'scripts' => 'a:1:{i:0;s:9:"js_alpine";}', 'script' => null, 'width' => '', 'align' => 'center', 'newsfeeds' => null, 'calendarfeeds' => null), 'element_references' => array('head' => array(array('type' => 'content_element', 'id' => 2)), 'main' => array(array('type' => 'frontend_module', 'id' => 0))), '_slots' => array('head' => object(class@anonymous), 'main' => object(class@anonymous)), 'response_context' => object(class@anonymous), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'html_attributes' => object(HtmlAttributes)), array('head' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_head'), 'viewport' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_viewport'), '__deferred_b7b180734630f85d' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_b7b180734630f85d'), 'title' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_title'), 'end_of_head' => array(object(__TwigTemplate_a81b427a114f5e037b79228c234ba892), 'block_end_of_head'), '__deferred_169186c451e25c6e' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_169186c451e25c6e'), 'body' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_body'), 'body_content' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_body_content'), '__deferred_fcbbfeb44aaf119c' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_fcbbfeb44aaf119c'), 'end_of_body' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_end_of_body')))
         (vendor/twig/twig/src/Template.php:411)
      at Twig\Template->yield(array('locale' => 'de', 'rtl' => false, 'page' => array('requireItem' => false, 'alwaysForward' => false, 'redirectBack' => false, 'target' => false, 'fallback' => false, 'disableLanguageRedirect' => true, 'maintenanceMode' => false, 'enableCanonical' => true, 'useFolderUrl' => true, 'useSSL' => true, 'autoforward' => false, 'protected' => false, 'includeLayout' => false, 'includeCache' => false, 'alwaysLoadFromCache' => false, 'includeChmod' => false, 'hide' => false, 'guests' => false, 'published' => true, 'enforceTwoFactor' => false, 'enableCsp' => false, 'csp' => 'default-src \'self\'', 'cspReportOnly' => false, 'cspReportLog' => false, 'imgSize' => '', 'feedSource' => 'source_teaser', 'feedFeatured' => 'all_items', 'eventCalendars' => null, 'feedRecurrenceLimit' => 25, 'id' => 7, 'pid' => 2, 'sorting' => 64, 'tstamp' => 1783202608, 'title' => 'App', 'type' => 'regular', 'alias' => 'app', 'routePriority' => 0, 'pageTitle' => '', 'language' => 'de', 'robots' => 'index,follow', 'description' => null, 'redirect' => 'permanent', 'jumpTo' => 0, 'url' => '', 'dns' => '', 'staticFiles' => '', 'staticPlugins' => '', 'favicon' => null, 'robotsTxt' => null, 'mailerTransport' => '', 'canonicalLink' => '', 'canonicalKeepParams' => '', 'adminEmail' => '', 'dateFormat' => 'Y-m-d', 'timeFormat' => 'H:i', 'datimFormat' => 'Y-m-d H:i', 'validAliasCharacters' => '0-9a-z', 'urlPrefix' => '', 'urlSuffix' => '', 'groups' => array(), 'layout' => 1, 'subpageLayout' => 0, 'cache' => 0, 'clientCache' => 0, 'cuser' => 0, 'cgroup' => 0, 'chmod' => 'a:9:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g4";i:7;s:2:"g5";i:8;s:2:"g6";}', 'cssClass' => '', 'sitemap' => 'map_default', 'searchIndexer' => '', 'accesskey' => '', 'start' => '', 'stop' => '', 'twoFactorJumpTo' => 0, 'feedFormat' => 'rss', 'maxFeedItems' => 25, 'feedDescription' => null, 'newsArchives' => null, 'mainAlias' => 'index', 'mainTitle' => 'Index', 'mainPageTitle' => 'mfoss.de', 'parentAlias' => 'index', 'parentTitle' => 'Index', 'parentPageTitle' => 'mfoss.de', 'folderUrl' => '', 'rootId' => 1, 'rootAlias' => 'mfoss-de', 'rootTitle' => 'mfoss.de', 'rootPageTitle' => 'mfoss.de', 'rootSorting' => 128, 'domain' => '', 'rootLanguage' => 'de', 'rootIsPublic' => true, 'rootIsFallback' => true, 'rootUseSSL' => true, 'rootFallbackLanguage' => 'de', 'trail' => array(1, 2, 7), 'isPublic' => true, 'layoutId' => 1, 'template' => 'page/layout/mfoss', 'templateGroup' => ''), 'layout' => array('type' => 'modern', 'combineScripts' => true, 'minifyMarkup' => true, 'lightboxSize' => 'a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}', 'addJQuery' => false, 'addMooTools' => false, 'static' => false, 'id' => 1, 'pid' => 1, 'tstamp' => 1776084294, 'name' => 'Standardlayout', 'rows' => '2rwh', 'headerHeight' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'footerHeight' => '', 'cols' => '2cll', 'widthLeft' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'widthRight' => '', 'sections' => 'a:1:{i:0;a:4:{s:5:"title";s:0:"";s:2:"id";s:0:"";s:8:"template";s:13:"block_section";s:8:"position";s:3:"top";}}', 'framework' => '', 'external' => null, 'modules' => 'a:2:{i:0;a:3:{s:3:"mod";s:9:"content-2";s:3:"col";s:4:"head";s:6:"enable";s:1:"1";}i:1;a:3:{s:3:"mod";s:1:"0";s:3:"col";s:4:"main";s:6:"enable";s:1:"1";}}', 'template' => 'page/layout/mfoss', 'defaultImageDensities' => '', 'viewport' => 'width=device-width,initial-scale=1.0,shrink-to-fit=no', 'titleTag' => '', 'cssClass' => '', 'onload' => '', 'head' => null, 'jquery' => null, 'mootools' => null, 'analytics' => null, 'externalJs' => null, 'scripts' => 'a:1:{i:0;s:9:"js_alpine";}', 'script' => null, 'width' => '', 'align' => 'center', 'newsfeeds' => null, 'calendarfeeds' => null), 'element_references' => array('head' => array(array('type' => 'content_element', 'id' => 2)), 'main' => array(array('type' => 'frontend_module', 'id' => 0))), '_slots' => array('head' => object(class@anonymous), 'main' => object(class@anonymous)), 'response_context' => object(class@anonymous), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('head' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_head'), 'viewport' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_viewport'), '__deferred_b7b180734630f85d' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_b7b180734630f85d'), 'title' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_title'), 'end_of_head' => array(object(__TwigTemplate_a81b427a114f5e037b79228c234ba892), 'block_end_of_head'), '__deferred_169186c451e25c6e' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_169186c451e25c6e'), 'body' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_body'), 'body_content' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_body_content'), '__deferred_fcbbfeb44aaf119c' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block___deferred_fcbbfeb44aaf119c'), 'end_of_body' => array(object(__TwigTemplate_749d3605a2d135d844cbd5515c06a94f), 'block_end_of_body')))
         (var/cache/dev/twig/1d/1d721bacf7f25508c4edc2ca2bd6de44.php:52)
      at __TwigTemplate_a81b427a114f5e037b79228c234ba892->doDisplay(array('locale' => 'de', 'rtl' => false, 'page' => array('requireItem' => false, 'alwaysForward' => false, 'redirectBack' => false, 'target' => false, 'fallback' => false, 'disableLanguageRedirect' => true, 'maintenanceMode' => false, 'enableCanonical' => true, 'useFolderUrl' => true, 'useSSL' => true, 'autoforward' => false, 'protected' => false, 'includeLayout' => false, 'includeCache' => false, 'alwaysLoadFromCache' => false, 'includeChmod' => false, 'hide' => false, 'guests' => false, 'published' => true, 'enforceTwoFactor' => false, 'enableCsp' => false, 'csp' => 'default-src \'self\'', 'cspReportOnly' => false, 'cspReportLog' => false, 'imgSize' => '', 'feedSource' => 'source_teaser', 'feedFeatured' => 'all_items', 'eventCalendars' => null, 'feedRecurrenceLimit' => 25, 'id' => 7, 'pid' => 2, 'sorting' => 64, 'tstamp' => 1783202608, 'title' => 'App', 'type' => 'regular', 'alias' => 'app', 'routePriority' => 0, 'pageTitle' => '', 'language' => 'de', 'robots' => 'index,follow', 'description' => null, 'redirect' => 'permanent', 'jumpTo' => 0, 'url' => '', 'dns' => '', 'staticFiles' => '', 'staticPlugins' => '', 'favicon' => null, 'robotsTxt' => null, 'mailerTransport' => '', 'canonicalLink' => '', 'canonicalKeepParams' => '', 'adminEmail' => '', 'dateFormat' => 'Y-m-d', 'timeFormat' => 'H:i', 'datimFormat' => 'Y-m-d H:i', 'validAliasCharacters' => '0-9a-z', 'urlPrefix' => '', 'urlSuffix' => '', 'groups' => array(), 'layout' => 1, 'subpageLayout' => 0, 'cache' => 0, 'clientCache' => 0, 'cuser' => 0, 'cgroup' => 0, 'chmod' => 'a:9:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g4";i:7;s:2:"g5";i:8;s:2:"g6";}', 'cssClass' => '', 'sitemap' => 'map_default', 'searchIndexer' => '', 'accesskey' => '', 'start' => '', 'stop' => '', 'twoFactorJumpTo' => 0, 'feedFormat' => 'rss', 'maxFeedItems' => 25, 'feedDescription' => null, 'newsArchives' => null, 'mainAlias' => 'index', 'mainTitle' => 'Index', 'mainPageTitle' => 'mfoss.de', 'parentAlias' => 'index', 'parentTitle' => 'Index', 'parentPageTitle' => 'mfoss.de', 'folderUrl' => '', 'rootId' => 1, 'rootAlias' => 'mfoss-de', 'rootTitle' => 'mfoss.de', 'rootPageTitle' => 'mfoss.de', 'rootSorting' => 128, 'domain' => '', 'rootLanguage' => 'de', 'rootIsPublic' => true, 'rootIsFallback' => true, 'rootUseSSL' => true, 'rootFallbackLanguage' => 'de', 'trail' => array(1, 2, 7), 'isPublic' => true, 'layoutId' => 1, 'template' => 'page/layout/mfoss', 'templateGroup' => ''), 'layout' => array('type' => 'modern', 'combineScripts' => true, 'minifyMarkup' => true, 'lightboxSize' => 'a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}', 'addJQuery' => false, 'addMooTools' => false, 'static' => false, 'id' => 1, 'pid' => 1, 'tstamp' => 1776084294, 'name' => 'Standardlayout', 'rows' => '2rwh', 'headerHeight' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'footerHeight' => '', 'cols' => '2cll', 'widthLeft' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'widthRight' => '', 'sections' => 'a:1:{i:0;a:4:{s:5:"title";s:0:"";s:2:"id";s:0:"";s:8:"template";s:13:"block_section";s:8:"position";s:3:"top";}}', 'framework' => '', 'external' => null, 'modules' => 'a:2:{i:0;a:3:{s:3:"mod";s:9:"content-2";s:3:"col";s:4:"head";s:6:"enable";s:1:"1";}i:1;a:3:{s:3:"mod";s:1:"0";s:3:"col";s:4:"main";s:6:"enable";s:1:"1";}}', 'template' => 'page/layout/mfoss', 'defaultImageDensities' => '', 'viewport' => 'width=device-width,initial-scale=1.0,shrink-to-fit=no', 'titleTag' => '', 'cssClass' => '', 'onload' => '', 'head' => null, 'jquery' => null, 'mootools' => null, 'analytics' => null, 'externalJs' => null, 'scripts' => 'a:1:{i:0;s:9:"js_alpine";}', 'script' => null, 'width' => '', 'align' => 'center', 'newsfeeds' => null, 'calendarfeeds' => null), 'element_references' => array('head' => array(array('type' => 'content_element', 'id' => 2)), 'main' => array(array('type' => 'frontend_module', 'id' => 0))), '_slots' => array('head' => object(class@anonymous), 'main' => object(class@anonymous)), 'response_context' => object(class@anonymous), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('end_of_head' => array(object(__TwigTemplate_a81b427a114f5e037b79228c234ba892), 'block_end_of_head')))
         (vendor/twig/twig/src/Template.php:411)
      at Twig\Template->yield(array('locale' => 'de', 'rtl' => false, 'page' => array('requireItem' => false, 'alwaysForward' => false, 'redirectBack' => false, 'target' => false, 'fallback' => false, 'disableLanguageRedirect' => true, 'maintenanceMode' => false, 'enableCanonical' => true, 'useFolderUrl' => true, 'useSSL' => true, 'autoforward' => false, 'protected' => false, 'includeLayout' => false, 'includeCache' => false, 'alwaysLoadFromCache' => false, 'includeChmod' => false, 'hide' => false, 'guests' => false, 'published' => true, 'enforceTwoFactor' => false, 'enableCsp' => false, 'csp' => 'default-src \'self\'', 'cspReportOnly' => false, 'cspReportLog' => false, 'imgSize' => '', 'feedSource' => 'source_teaser', 'feedFeatured' => 'all_items', 'eventCalendars' => null, 'feedRecurrenceLimit' => 25, 'id' => 7, 'pid' => 2, 'sorting' => 64, 'tstamp' => 1783202608, 'title' => 'App', 'type' => 'regular', 'alias' => 'app', 'routePriority' => 0, 'pageTitle' => '', 'language' => 'de', 'robots' => 'index,follow', 'description' => null, 'redirect' => 'permanent', 'jumpTo' => 0, 'url' => '', 'dns' => '', 'staticFiles' => '', 'staticPlugins' => '', 'favicon' => null, 'robotsTxt' => null, 'mailerTransport' => '', 'canonicalLink' => '', 'canonicalKeepParams' => '', 'adminEmail' => '', 'dateFormat' => 'Y-m-d', 'timeFormat' => 'H:i', 'datimFormat' => 'Y-m-d H:i', 'validAliasCharacters' => '0-9a-z', 'urlPrefix' => '', 'urlSuffix' => '', 'groups' => array(), 'layout' => 1, 'subpageLayout' => 0, 'cache' => 0, 'clientCache' => 0, 'cuser' => 0, 'cgroup' => 0, 'chmod' => 'a:9:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g4";i:7;s:2:"g5";i:8;s:2:"g6";}', 'cssClass' => '', 'sitemap' => 'map_default', 'searchIndexer' => '', 'accesskey' => '', 'start' => '', 'stop' => '', 'twoFactorJumpTo' => 0, 'feedFormat' => 'rss', 'maxFeedItems' => 25, 'feedDescription' => null, 'newsArchives' => null, 'mainAlias' => 'index', 'mainTitle' => 'Index', 'mainPageTitle' => 'mfoss.de', 'parentAlias' => 'index', 'parentTitle' => 'Index', 'parentPageTitle' => 'mfoss.de', 'folderUrl' => '', 'rootId' => 1, 'rootAlias' => 'mfoss-de', 'rootTitle' => 'mfoss.de', 'rootPageTitle' => 'mfoss.de', 'rootSorting' => 128, 'domain' => '', 'rootLanguage' => 'de', 'rootIsPublic' => true, 'rootIsFallback' => true, 'rootUseSSL' => true, 'rootFallbackLanguage' => 'de', 'trail' => array(1, 2, 7), 'isPublic' => true, 'layoutId' => 1, 'template' => 'page/layout/mfoss', 'templateGroup' => ''), 'layout' => array('type' => 'modern', 'combineScripts' => true, 'minifyMarkup' => true, 'lightboxSize' => 'a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}', 'addJQuery' => false, 'addMooTools' => false, 'static' => false, 'id' => 1, 'pid' => 1, 'tstamp' => 1776084294, 'name' => 'Standardlayout', 'rows' => '2rwh', 'headerHeight' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'footerHeight' => '', 'cols' => '2cll', 'widthLeft' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'widthRight' => '', 'sections' => 'a:1:{i:0;a:4:{s:5:"title";s:0:"";s:2:"id";s:0:"";s:8:"template";s:13:"block_section";s:8:"position";s:3:"top";}}', 'framework' => '', 'external' => null, 'modules' => 'a:2:{i:0;a:3:{s:3:"mod";s:9:"content-2";s:3:"col";s:4:"head";s:6:"enable";s:1:"1";}i:1;a:3:{s:3:"mod";s:1:"0";s:3:"col";s:4:"main";s:6:"enable";s:1:"1";}}', 'template' => 'page/layout/mfoss', 'defaultImageDensities' => '', 'viewport' => 'width=device-width,initial-scale=1.0,shrink-to-fit=no', 'titleTag' => '', 'cssClass' => '', 'onload' => '', 'head' => null, 'jquery' => null, 'mootools' => null, 'analytics' => null, 'externalJs' => null, 'scripts' => 'a:1:{i:0;s:9:"js_alpine";}', 'script' => null, 'width' => '', 'align' => 'center', 'newsfeeds' => null, 'calendarfeeds' => null), 'element_references' => array('head' => array(array('type' => 'content_element', 'id' => 2)), 'main' => array(array('type' => 'frontend_module', 'id' => 0))), '_slots' => array('head' => object(class@anonymous), 'main' => object(class@anonymous)), 'response_context' => object(class@anonymous), 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)))
         (vendor/twig/twig/src/TemplateWrapper.php:38)
      at Twig\TemplateWrapper->stream(array('locale' => 'de', 'rtl' => false, 'page' => array('requireItem' => false, 'alwaysForward' => false, 'redirectBack' => false, 'target' => false, 'fallback' => false, 'disableLanguageRedirect' => true, 'maintenanceMode' => false, 'enableCanonical' => true, 'useFolderUrl' => true, 'useSSL' => true, 'autoforward' => false, 'protected' => false, 'includeLayout' => false, 'includeCache' => false, 'alwaysLoadFromCache' => false, 'includeChmod' => false, 'hide' => false, 'guests' => false, 'published' => true, 'enforceTwoFactor' => false, 'enableCsp' => false, 'csp' => 'default-src \'self\'', 'cspReportOnly' => false, 'cspReportLog' => false, 'imgSize' => '', 'feedSource' => 'source_teaser', 'feedFeatured' => 'all_items', 'eventCalendars' => null, 'feedRecurrenceLimit' => 25, 'id' => 7, 'pid' => 2, 'sorting' => 64, 'tstamp' => 1783202608, 'title' => 'App', 'type' => 'regular', 'alias' => 'app', 'routePriority' => 0, 'pageTitle' => '', 'language' => 'de', 'robots' => 'index,follow', 'description' => null, 'redirect' => 'permanent', 'jumpTo' => 0, 'url' => '', 'dns' => '', 'staticFiles' => '', 'staticPlugins' => '', 'favicon' => null, 'robotsTxt' => null, 'mailerTransport' => '', 'canonicalLink' => '', 'canonicalKeepParams' => '', 'adminEmail' => '', 'dateFormat' => 'Y-m-d', 'timeFormat' => 'H:i', 'datimFormat' => 'Y-m-d H:i', 'validAliasCharacters' => '0-9a-z', 'urlPrefix' => '', 'urlSuffix' => '', 'groups' => array(), 'layout' => 1, 'subpageLayout' => 0, 'cache' => 0, 'clientCache' => 0, 'cuser' => 0, 'cgroup' => 0, 'chmod' => 'a:9:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g4";i:7;s:2:"g5";i:8;s:2:"g6";}', 'cssClass' => '', 'sitemap' => 'map_default', 'searchIndexer' => '', 'accesskey' => '', 'start' => '', 'stop' => '', 'twoFactorJumpTo' => 0, 'feedFormat' => 'rss', 'maxFeedItems' => 25, 'feedDescription' => null, 'newsArchives' => null, 'mainAlias' => 'index', 'mainTitle' => 'Index', 'mainPageTitle' => 'mfoss.de', 'parentAlias' => 'index', 'parentTitle' => 'Index', 'parentPageTitle' => 'mfoss.de', 'folderUrl' => '', 'rootId' => 1, 'rootAlias' => 'mfoss-de', 'rootTitle' => 'mfoss.de', 'rootPageTitle' => 'mfoss.de', 'rootSorting' => 128, 'domain' => '', 'rootLanguage' => 'de', 'rootIsPublic' => true, 'rootIsFallback' => true, 'rootUseSSL' => true, 'rootFallbackLanguage' => 'de', 'trail' => array(1, 2, 7), 'isPublic' => true, 'layoutId' => 1, 'template' => 'page/layout/mfoss', 'templateGroup' => ''), 'layout' => array('type' => 'modern', 'combineScripts' => true, 'minifyMarkup' => true, 'lightboxSize' => 'a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}', 'addJQuery' => false, 'addMooTools' => false, 'static' => false, 'id' => 1, 'pid' => 1, 'tstamp' => 1776084294, 'name' => 'Standardlayout', 'rows' => '2rwh', 'headerHeight' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'footerHeight' => '', 'cols' => '2cll', 'widthLeft' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'widthRight' => '', 'sections' => 'a:1:{i:0;a:4:{s:5:"title";s:0:"";s:2:"id";s:0:"";s:8:"template";s:13:"block_section";s:8:"position";s:3:"top";}}', 'framework' => '', 'external' => null, 'modules' => 'a:2:{i:0;a:3:{s:3:"mod";s:9:"content-2";s:3:"col";s:4:"head";s:6:"enable";s:1:"1";}i:1;a:3:{s:3:"mod";s:1:"0";s:3:"col";s:4:"main";s:6:"enable";s:1:"1";}}', 'template' => 'page/layout/mfoss', 'defaultImageDensities' => '', 'viewport' => 'width=device-width,initial-scale=1.0,shrink-to-fit=no', 'titleTag' => '', 'cssClass' => '', 'onload' => '', 'head' => null, 'jquery' => null, 'mootools' => null, 'analytics' => null, 'externalJs' => null, 'scripts' => 'a:1:{i:0;s:9:"js_alpine";}', 'script' => null, 'width' => '', 'align' => 'center', 'newsfeeds' => null, 'calendarfeeds' => null), 'element_references' => array('head' => array(array('type' => 'content_element', 'id' => 2)), 'main' => array(array('type' => 'frontend_module', 'id' => 0))), '_slots' => array('head' => object(class@anonymous), 'main' => object(class@anonymous)), 'response_context' => object(class@anonymous)))
         (vendor/contao/core-bundle/src/Twig/Renderer/DeferredRenderer.php:25)
      at Contao\CoreBundle\Twig\Renderer\DeferredRenderer->render('@Contao/page/layout/mfoss.html.twig', array('locale' => 'de', 'rtl' => false, 'page' => array('requireItem' => false, 'alwaysForward' => false, 'redirectBack' => false, 'target' => false, 'fallback' => false, 'disableLanguageRedirect' => true, 'maintenanceMode' => false, 'enableCanonical' => true, 'useFolderUrl' => true, 'useSSL' => true, 'autoforward' => false, 'protected' => false, 'includeLayout' => false, 'includeCache' => false, 'alwaysLoadFromCache' => false, 'includeChmod' => false, 'hide' => false, 'guests' => false, 'published' => true, 'enforceTwoFactor' => false, 'enableCsp' => false, 'csp' => 'default-src \'self\'', 'cspReportOnly' => false, 'cspReportLog' => false, 'imgSize' => '', 'feedSource' => 'source_teaser', 'feedFeatured' => 'all_items', 'eventCalendars' => null, 'feedRecurrenceLimit' => 25, 'id' => 7, 'pid' => 2, 'sorting' => 64, 'tstamp' => 1783202608, 'title' => 'App', 'type' => 'regular', 'alias' => 'app', 'routePriority' => 0, 'pageTitle' => '', 'language' => 'de', 'robots' => 'index,follow', 'description' => null, 'redirect' => 'permanent', 'jumpTo' => 0, 'url' => '', 'dns' => '', 'staticFiles' => '', 'staticPlugins' => '', 'favicon' => null, 'robotsTxt' => null, 'mailerTransport' => '', 'canonicalLink' => '', 'canonicalKeepParams' => '', 'adminEmail' => '', 'dateFormat' => 'Y-m-d', 'timeFormat' => 'H:i', 'datimFormat' => 'Y-m-d H:i', 'validAliasCharacters' => '0-9a-z', 'urlPrefix' => '', 'urlSuffix' => '', 'groups' => array(), 'layout' => 1, 'subpageLayout' => 0, 'cache' => 0, 'clientCache' => 0, 'cuser' => 0, 'cgroup' => 0, 'chmod' => 'a:9:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";i:6;s:2:"g4";i:7;s:2:"g5";i:8;s:2:"g6";}', 'cssClass' => '', 'sitemap' => 'map_default', 'searchIndexer' => '', 'accesskey' => '', 'start' => '', 'stop' => '', 'twoFactorJumpTo' => 0, 'feedFormat' => 'rss', 'maxFeedItems' => 25, 'feedDescription' => null, 'newsArchives' => null, 'mainAlias' => 'index', 'mainTitle' => 'Index', 'mainPageTitle' => 'mfoss.de', 'parentAlias' => 'index', 'parentTitle' => 'Index', 'parentPageTitle' => 'mfoss.de', 'folderUrl' => '', 'rootId' => 1, 'rootAlias' => 'mfoss-de', 'rootTitle' => 'mfoss.de', 'rootPageTitle' => 'mfoss.de', 'rootSorting' => 128, 'domain' => '', 'rootLanguage' => 'de', 'rootIsPublic' => true, 'rootIsFallback' => true, 'rootUseSSL' => true, 'rootFallbackLanguage' => 'de', 'trail' => array(1, 2, 7), 'isPublic' => true, 'layoutId' => 1, 'template' => 'page/layout/mfoss', 'templateGroup' => ''), 'layout' => array('type' => 'modern', 'combineScripts' => true, 'minifyMarkup' => true, 'lightboxSize' => 'a:3:{i:0;s:0:"";i:1;s:0:"";i:2;s:0:"";}', 'addJQuery' => false, 'addMooTools' => false, 'static' => false, 'id' => 1, 'pid' => 1, 'tstamp' => 1776084294, 'name' => 'Standardlayout', 'rows' => '2rwh', 'headerHeight' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'footerHeight' => '', 'cols' => '2cll', 'widthLeft' => 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'widthRight' => '', 'sections' => 'a:1:{i:0;a:4:{s:5:"title";s:0:"";s:2:"id";s:0:"";s:8:"template";s:13:"block_section";s:8:"position";s:3:"top";}}', 'framework' => '', 'external' => null, 'modules' => 'a:2:{i:0;a:3:{s:3:"mod";s:9:"content-2";s:3:"col";s:4:"head";s:6:"enable";s:1:"1";}i:1;a:3:{s:3:"mod";s:1:"0";s:3:"col";s:4:"main";s:6:"enable";s:1:"1";}}', 'template' => 'page/layout/mfoss', 'defaultImageDensities' => '', 'viewport' => 'width=device-width,initial-scale=1.0,shrink-to-fit=no', 'titleTag' => '', 'cssClass' => '', 'onload' => '', 'head' => null, 'jquery' => null, 'mootools' => null, 'analytics' => null, 'externalJs' => null, 'scripts' => 'a:1:{i:0;s:9:"js_alpine";}', 'script' => null, 'width' => '', 'align' => 'center', 'newsfeeds' => null, 'calendarfeeds' => null), 'element_references' => array('head' => array(array('type' => 'content_element', 'id' => 2)), 'main' => array(array('type' => 'frontend_module', 'id' => 0))), '_slots' => array('head' => object(class@anonymous), 'main' => object(class@anonymous)), 'response_context' => object(class@anonymous)))
         (vendor/contao/core-bundle/src/ContentComposition/ContentCompositionBuilder.php:218)
      at Contao\CoreBundle\ContentComposition\ContentCompositionBuilder->{closure:Contao\CoreBundle\ContentComposition\ContentCompositionBuilder::buildLayoutTemplate():215}(object(LayoutTemplate), null)
         (vendor/contao/core-bundle/src/Twig/LayoutTemplate.php:85)
      at Contao\CoreBundle\Twig\LayoutTemplate->getResponse()
         (vendor/contao/core-bundle/src/Controller/Page/AbstractPageController.php:78)
      at Contao\CoreBundle\Controller\Page\AbstractPageController->handleModernLayout(object(PageModel))
         (vendor/contao/core-bundle/src/Controller/Page/AbstractPageController.php:51)
      at Contao\CoreBundle\Controller\Page\AbstractPageController->renderPage(object(PageModel))
         (vendor/contao/core-bundle/src/Controller/Page/RegularPageController.php:27)
      at Contao\CoreBundle\Controller\Page\RegularPageController->__invoke(object(PageModel))
         (vendor/symfony/http-kernel/HttpKernel.php:183)
      at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
         (vendor/symfony/http-kernel/HttpKernel.php:76)
      at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
         (vendor/symfony/http-kernel/Kernel.php:193)
      at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
         (public/index.php:42)
    Meine aktiven Contao-Projekte: LingoliaStiftung firmm

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •