Error
Method Timber\User::__toString() must return a string value Error thrown with message "Method Timber\User::__toString() must return a string value" Stacktrace: #22 Error in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Environment.php:418 #21 __TwigTemplate_b40f74754c64a95f07508b0b6bbabbdbb871e3e4461b534cee91a88b36ca4f75:doDisplay in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php:407 #20 Twig\Template:displayWithErrorHandling in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php:380 #19 Twig\Template:display in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Environment.php:418 #18 __TwigTemplate_7e6e3120b02daa3f6938da7f0ef5c8322ae6b82e377e473ecd36cd984c653f63:doDisplay in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php:407 #17 Twig\Template:displayWithErrorHandling in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php:380 #16 Twig\Template:display in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Environment.php:418 #15 __TwigTemplate_8136c3494c94895d5b33b34ee624866801ef2d49287419438d00feb95217a399:doDisplay in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php:407 #14 Twig\Template:displayWithErrorHandling in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php:380 #13 Twig\Template:display in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Environment.php:418 #12 __TwigTemplate_d6af18ec8eb52a686ecebe6648a87eeca30f50c43dd69866a9ef9d93b45daa0f:doDisplay in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php:407 #11 Twig\Template:displayWithErrorHandling in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php:380 #10 Twig\Template:display in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php:392 #9 Twig\Template:render in /code/wp-content/themes/brainloop/vendor/twig/twig/src/TemplateWrapper.php:45 #8 Twig\TemplateWrapper:render in /code/wp-content/themes/brainloop/vendor/twig/twig/src/Environment.php:318 #7 Twig\Environment:render in /code/wp-content/themes/brainloop/vendor/timber/timber/lib/Loader.php:74 #6 Timber\Loader:render in /code/wp-content/themes/brainloop/vendor/timber/timber/lib/Timber.php:333 #5 Timber\Timber:compile in /code/wp-content/themes/brainloop/vendor/timber/timber/lib/Timber.php:377 #4 Timber\Timber:fetch in /code/wp-content/themes/brainloop/vendor/timber/timber/lib/Timber.php:404 #3 Timber\Timber:render in /code/wp-content/themes/brainloop/single.php:38 #2 include in /code/wp-includes/template-loader.php:106 #1 require_once in /code/wp-blog-header.php:19 #0 require in /code/index.php:17
Stack frames (23)
22
Error
/vendor/twig/twig/src/Environment.php418
21
__TwigTemplate_b40f74754c64a95f07508b0b6bbabbdbb871e3e4461b534cee91a88b36ca4f75 doDisplay
/vendor/twig/twig/src/Template.php407
20
Twig\Template displayWithErrorHandling
/vendor/twig/twig/src/Template.php380
19
Twig\Template display
/vendor/twig/twig/src/Environment.php418
18
__TwigTemplate_7e6e3120b02daa3f6938da7f0ef5c8322ae6b82e377e473ecd36cd984c653f63 doDisplay
/vendor/twig/twig/src/Template.php407
17
Twig\Template displayWithErrorHandling
/vendor/twig/twig/src/Template.php380
16
Twig\Template display
/vendor/twig/twig/src/Environment.php418
15
__TwigTemplate_8136c3494c94895d5b33b34ee624866801ef2d49287419438d00feb95217a399 doDisplay
/vendor/twig/twig/src/Template.php407
14
Twig\Template displayWithErrorHandling
/vendor/twig/twig/src/Template.php380
13
Twig\Template display
/vendor/twig/twig/src/Environment.php418
12
__TwigTemplate_d6af18ec8eb52a686ecebe6648a87eeca30f50c43dd69866a9ef9d93b45daa0f doDisplay
/vendor/twig/twig/src/Template.php407
11
Twig\Template displayWithErrorHandling
/vendor/twig/twig/src/Template.php380
10
Twig\Template display
/vendor/twig/twig/src/Template.php392
9
Twig\Template render
/vendor/twig/twig/src/TemplateWrapper.php45
8
Twig\TemplateWrapper render
/vendor/twig/twig/src/Environment.php318
7
Twig\Environment render
/vendor/timber/timber/lib/Loader.php74
6
Timber\Loader render
/vendor/timber/timber/lib/Timber.php333
5
Timber\Timber compile
/vendor/timber/timber/lib/Timber.php377
4
Timber\Timber fetch
/vendor/timber/timber/lib/Timber.php404
3
Timber\Timber render
/single.php38
2
include
/code/wp-includes/template-loader.php106
1
require_once
/code/wp-blog-header.php19
0
require
/code/index.php17
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Environment.php
            $key = $this->cache->generateKey($name, $mainCls);
 
            if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
                $this->cache->load($key);
            }
 
            $source = null;
            if (!class_exists($cls, false)) {
                $source = $this->getLoader()->getSourceContext($name);
                $content = $this->compileSource($source);
                $this->cache->write($key, $content);
                $this->cache->load($key);
 
                if (!class_exists($mainCls, false)) {
                    /* Last line of defense if either $this->bcWriteCacheFile was used,
                     * $this->cache is implemented as a no-op or we have a race condition
                     * where the cache was cleared between the above calls to write to and load from
                     * the cache.
                     */
                    eval('?>'.$content);
                }
 
                if (!class_exists($cls, false)) {
                    throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source);
                }
            }
        }
 
        // to be removed in 3.0
        $this->extensionSet->initRuntime($this);
 
        return $this->loadedTemplates[$cls] = new $cls($this);
    }
 
    /**
     * Creates a template from source.
     *
     * This method should not be used as a generic way to load templates.
     *
     * @param string $template The template name
Arguments
  1. "Method Timber\User::__toString() must return a string value"
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php
        } else {
            ob_start(function () { return ''; });
        }
        try {
            $this->display($context);
        } catch (\Throwable $e) {
            while (ob_get_level() > $level) {
                ob_end_clean();
            }
 
            throw $e;
        }
 
        return ob_get_clean();
    }
 
    protected function displayWithErrorHandling(array $context, array $blocks = [])
    {
        try {
            $this->doDisplay($context, $blocks);
        } catch (Error $e) {
            if (!$e->getSourceContext()) {
                $e->setSourceContext($this->getSourceContext());
            }
 
            // this is mostly useful for \Twig\Error\LoaderError exceptions
            // see \Twig\Error\LoaderError
            if (-1 === $e->getTemplateLine()) {
                $e->guess();
            }
 
            throw $e;
        } catch (\Exception $e) {
            $e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getSourceContext(), $e);
            $e->guess();
 
            throw $e;
        }
    }
 
Arguments
  1. array:21 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
      "postname" => "singleArticle"
    ]
    
  2. []
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php
    {
        return $this;
    }
 
    /**
     * Returns all blocks.
     *
     * This method is for internal use only and should never be called
     * directly.
     *
     * @return array An array of blocks
     */
    public function getBlocks()
    {
        return $this->blocks;
    }
 
    public function display(array $context, array $blocks = [])
    {
        $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
    }
 
    public function render(array $context)
    {
        $level = ob_get_level();
        if ($this->env->isDebug()) {
            ob_start();
        } else {
            ob_start(function () { return ''; });
        }
        try {
            $this->display($context);
        } catch (\Throwable $e) {
            while (ob_get_level() > $level) {
                ob_end_clean();
            }
 
            throw $e;
        }
 
Arguments
  1. array:21 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
      "postname" => "singleArticle"
    ]
    
  2. []
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Environment.php
            $key = $this->cache->generateKey($name, $mainCls);
 
            if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
                $this->cache->load($key);
            }
 
            $source = null;
            if (!class_exists($cls, false)) {
                $source = $this->getLoader()->getSourceContext($name);
                $content = $this->compileSource($source);
                $this->cache->write($key, $content);
                $this->cache->load($key);
 
                if (!class_exists($mainCls, false)) {
                    /* Last line of defense if either $this->bcWriteCacheFile was used,
                     * $this->cache is implemented as a no-op or we have a race condition
                     * where the cache was cleared between the above calls to write to and load from
                     * the cache.
                     */
                    eval('?>'.$content);
                }
 
                if (!class_exists($cls, false)) {
                    throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source);
                }
            }
        }
 
        // to be removed in 3.0
        $this->extensionSet->initRuntime($this);
 
        return $this->loadedTemplates[$cls] = new $cls($this);
    }
 
    /**
     * Creates a template from source.
     *
     * This method should not be used as a generic way to load templates.
     *
     * @param string $template The template name
Arguments
  1. array:21 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
      "postname" => "singleArticle"
    ]
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php
        } else {
            ob_start(function () { return ''; });
        }
        try {
            $this->display($context);
        } catch (\Throwable $e) {
            while (ob_get_level() > $level) {
                ob_end_clean();
            }
 
            throw $e;
        }
 
        return ob_get_clean();
    }
 
    protected function displayWithErrorHandling(array $context, array $blocks = [])
    {
        try {
            $this->doDisplay($context, $blocks);
        } catch (Error $e) {
            if (!$e->getSourceContext()) {
                $e->setSourceContext($this->getSourceContext());
            }
 
            // this is mostly useful for \Twig\Error\LoaderError exceptions
            // see \Twig\Error\LoaderError
            if (-1 === $e->getTemplateLine()) {
                $e->guess();
            }
 
            throw $e;
        } catch (\Exception $e) {
            $e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getSourceContext(), $e);
            $e->guess();
 
            throw $e;
        }
    }
 
Arguments
  1. array:21 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
      "postname" => "singleArticle"
    ]
    
  2. []
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php
    {
        return $this;
    }
 
    /**
     * Returns all blocks.
     *
     * This method is for internal use only and should never be called
     * directly.
     *
     * @return array An array of blocks
     */
    public function getBlocks()
    {
        return $this->blocks;
    }
 
    public function display(array $context, array $blocks = [])
    {
        $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
    }
 
    public function render(array $context)
    {
        $level = ob_get_level();
        if ($this->env->isDebug()) {
            ob_start();
        } else {
            ob_start(function () { return ''; });
        }
        try {
            $this->display($context);
        } catch (\Throwable $e) {
            while (ob_get_level() > $level) {
                ob_end_clean();
            }
 
            throw $e;
        }
 
Arguments
  1. array:21 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
      "postname" => "singleArticle"
    ]
    
  2. []
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Environment.php
            $key = $this->cache->generateKey($name, $mainCls);
 
            if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
                $this->cache->load($key);
            }
 
            $source = null;
            if (!class_exists($cls, false)) {
                $source = $this->getLoader()->getSourceContext($name);
                $content = $this->compileSource($source);
                $this->cache->write($key, $content);
                $this->cache->load($key);
 
                if (!class_exists($mainCls, false)) {
                    /* Last line of defense if either $this->bcWriteCacheFile was used,
                     * $this->cache is implemented as a no-op or we have a race condition
                     * where the cache was cleared between the above calls to write to and load from
                     * the cache.
                     */
                    eval('?>'.$content);
                }
 
                if (!class_exists($cls, false)) {
                    throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source);
                }
            }
        }
 
        // to be removed in 3.0
        $this->extensionSet->initRuntime($this);
 
        return $this->loadedTemplates[$cls] = new $cls($this);
    }
 
    /**
     * Creates a template from source.
     *
     * This method should not be used as a generic way to load templates.
     *
     * @param string $template The template name
Arguments
  1. array:21 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
      "postname" => "singleArticle"
    ]
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php
        } else {
            ob_start(function () { return ''; });
        }
        try {
            $this->display($context);
        } catch (\Throwable $e) {
            while (ob_get_level() > $level) {
                ob_end_clean();
            }
 
            throw $e;
        }
 
        return ob_get_clean();
    }
 
    protected function displayWithErrorHandling(array $context, array $blocks = [])
    {
        try {
            $this->doDisplay($context, $blocks);
        } catch (Error $e) {
            if (!$e->getSourceContext()) {
                $e->setSourceContext($this->getSourceContext());
            }
 
            // this is mostly useful for \Twig\Error\LoaderError exceptions
            // see \Twig\Error\LoaderError
            if (-1 === $e->getTemplateLine()) {
                $e->guess();
            }
 
            throw $e;
        } catch (\Exception $e) {
            $e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getSourceContext(), $e);
            $e->guess();
 
            throw $e;
        }
    }
 
Arguments
  1. array:20 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
    ]
    
  2. array:1 [
      "pageBody" => array:2 [
        0 => __TwigTemplate_d6af18ec8eb52a686ecebe6648a87eeca30f50c43dd69866a9ef9d93b45daa0f {#7990}
        1 => "block_pageBody"
      ]
    ]
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php
    {
        return $this;
    }
 
    /**
     * Returns all blocks.
     *
     * This method is for internal use only and should never be called
     * directly.
     *
     * @return array An array of blocks
     */
    public function getBlocks()
    {
        return $this->blocks;
    }
 
    public function display(array $context, array $blocks = [])
    {
        $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
    }
 
    public function render(array $context)
    {
        $level = ob_get_level();
        if ($this->env->isDebug()) {
            ob_start();
        } else {
            ob_start(function () { return ''; });
        }
        try {
            $this->display($context);
        } catch (\Throwable $e) {
            while (ob_get_level() > $level) {
                ob_end_clean();
            }
 
            throw $e;
        }
 
Arguments
  1. array:20 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
    ]
    
  2. array:1 [
      "pageBody" => array:2 [
        0 => __TwigTemplate_d6af18ec8eb52a686ecebe6648a87eeca30f50c43dd69866a9ef9d93b45daa0f {#7990}
        1 => "block_pageBody"
      ]
    ]
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Environment.php
            $key = $this->cache->generateKey($name, $mainCls);
 
            if (!$this->isAutoReload() || $this->isTemplateFresh($name, $this->cache->getTimestamp($key))) {
                $this->cache->load($key);
            }
 
            $source = null;
            if (!class_exists($cls, false)) {
                $source = $this->getLoader()->getSourceContext($name);
                $content = $this->compileSource($source);
                $this->cache->write($key, $content);
                $this->cache->load($key);
 
                if (!class_exists($mainCls, false)) {
                    /* Last line of defense if either $this->bcWriteCacheFile was used,
                     * $this->cache is implemented as a no-op or we have a race condition
                     * where the cache was cleared between the above calls to write to and load from
                     * the cache.
                     */
                    eval('?>'.$content);
                }
 
                if (!class_exists($cls, false)) {
                    throw new RuntimeError(sprintf('Failed to load Twig template "%s", index "%s": cache might be corrupted.', $name, $index), -1, $source);
                }
            }
        }
 
        // to be removed in 3.0
        $this->extensionSet->initRuntime($this);
 
        return $this->loadedTemplates[$cls] = new $cls($this);
    }
 
    /**
     * Creates a template from source.
     *
     * This method should not be used as a generic way to load templates.
     *
     * @param string $template The template name
Arguments
  1. array:20 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
    ]
    
  2. array:1 [
      "pageBody" => array:2 [
        0 => __TwigTemplate_d6af18ec8eb52a686ecebe6648a87eeca30f50c43dd69866a9ef9d93b45daa0f {#7990}
        1 => "block_pageBody"
      ]
    ]
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php
        } else {
            ob_start(function () { return ''; });
        }
        try {
            $this->display($context);
        } catch (\Throwable $e) {
            while (ob_get_level() > $level) {
                ob_end_clean();
            }
 
            throw $e;
        }
 
        return ob_get_clean();
    }
 
    protected function displayWithErrorHandling(array $context, array $blocks = [])
    {
        try {
            $this->doDisplay($context, $blocks);
        } catch (Error $e) {
            if (!$e->getSourceContext()) {
                $e->setSourceContext($this->getSourceContext());
            }
 
            // this is mostly useful for \Twig\Error\LoaderError exceptions
            // see \Twig\Error\LoaderError
            if (-1 === $e->getTemplateLine()) {
                $e->guess();
            }
 
            throw $e;
        } catch (\Exception $e) {
            $e = new RuntimeError(sprintf('An exception has been thrown during the rendering of a template ("%s").', $e->getMessage()), -1, $this->getSourceContext(), $e);
            $e->guess();
 
            throw $e;
        }
    }
 
Arguments
  1. array:20 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
    ]
    
  2. array:1 [
      "pageBody" => array:2 [
        0 => __TwigTemplate_d6af18ec8eb52a686ecebe6648a87eeca30f50c43dd69866a9ef9d93b45daa0f {#7990}
        1 => "block_pageBody"
      ]
    ]
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php
    {
        return $this;
    }
 
    /**
     * Returns all blocks.
     *
     * This method is for internal use only and should never be called
     * directly.
     *
     * @return array An array of blocks
     */
    public function getBlocks()
    {
        return $this->blocks;
    }
 
    public function display(array $context, array $blocks = [])
    {
        $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
    }
 
    public function render(array $context)
    {
        $level = ob_get_level();
        if ($this->env->isDebug()) {
            ob_start();
        } else {
            ob_start(function () { return ''; });
        }
        try {
            $this->display($context);
        } catch (\Throwable $e) {
            while (ob_get_level() > $level) {
                ob_end_clean();
            }
 
            throw $e;
        }
 
Arguments
  1. array:20 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
    ]
    
  2. array:1 [
      "pageBody" => array:2 [
        0 => __TwigTemplate_d6af18ec8eb52a686ecebe6648a87eeca30f50c43dd69866a9ef9d93b45daa0f {#7990}
        1 => "block_pageBody"
      ]
    ]
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Template.php
    public function getBlocks()
    {
        return $this->blocks;
    }
 
    public function display(array $context, array $blocks = [])
    {
        $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));
    }
 
    public function render(array $context)
    {
        $level = ob_get_level();
        if ($this->env->isDebug()) {
            ob_start();
        } else {
            ob_start(function () { return ''; });
        }
        try {
            $this->display($context);
        } catch (\Throwable $e) {
            while (ob_get_level() > $level) {
                ob_end_clean();
            }
 
            throw $e;
        }
 
        return ob_get_clean();
    }
 
    protected function displayWithErrorHandling(array $context, array $blocks = [])
    {
        try {
            $this->doDisplay($context, $blocks);
        } catch (Error $e) {
            if (!$e->getSourceContext()) {
                $e->setSourceContext($this->getSourceContext());
            }
 
Arguments
  1. array:20 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
    ]
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/TemplateWrapper.php
     * directly (use Twig\Environment::load() instead).
     *
     * @internal
     */
    public function __construct(Environment $env, Template $template)
    {
        $this->env = $env;
        $this->template = $template;
    }
 
    /**
     * Renders the template.
     *
     * @param array $context An array of parameters to pass to the template
     */
    public function render(array $context = []): string
    {
        // using func_get_args() allows to not expose the blocks argument
        // as it should only be used by internal code
        return $this->template->render($context, \func_get_args()[1] ?? []);
    }
 
    /**
     * Displays the template.
     *
     * @param array $context An array of parameters to pass to the template
     */
    public function display(array $context = [])
    {
        // using func_get_args() allows to not expose the blocks argument
        // as it should only be used by internal code
        $this->template->display($context, \func_get_args()[1] ?? []);
    }
 
    /**
     * Checks if a block is defined.
     *
     * @param string $name    The block name
     * @param array  $context An array of parameters to pass to the template
     */
Arguments
  1. array:20 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
    ]
    
  2. []
    
/code/wp-content/themes/brainloop/vendor/twig/twig/src/Environment.php
        $key = $this->getLoader()->getCacheKey($name).$this->optionsHash;
 
        return $this->templateClassPrefix.hash('sha256', $key).(null === $index ? '' : '___'.$index);
    }
 
    /**
     * Renders a template.
     *
     * @param string|TemplateWrapper $name    The template name
     * @param array                  $context An array of parameters to pass to the template
     *
     * @return string The rendered template
     *
     * @throws LoaderError  When the template cannot be found
     * @throws SyntaxError  When an error occurred during compilation
     * @throws RuntimeError When an error occurred during rendering
     */
    public function render($name, array $context = [])
    {
        return $this->load($name)->render($context);
    }
 
    /**
     * Displays a template.
     *
     * @param string|TemplateWrapper $name    The template name
     * @param array                  $context An array of parameters to pass to the template
     *
     * @throws LoaderError  When the template cannot be found
     * @throws SyntaxError  When an error occurred during compilation
     * @throws RuntimeError When an error occurred during rendering
     */
    public function display($name, array $context = [])
    {
        $this->load($name)->display($context);
    }
 
    /**
     * Loads a template.
     *
Arguments
  1. array:20 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
    ]
    
/code/wp-content/themes/brainloop/vendor/timber/timber/lib/Loader.php
        }
 
        $key = null;
        $output = false;
        if ( false !== $expires ) {
            ksort($data);
            $key = md5($file.json_encode($data));
            $output = $this->get_cache($key, self::CACHEGROUP, $cache_mode);
        }
 
        if ( false === $output || null === $output ) {
            $twig = $this->get_twig();
            if ( strlen($file) ) {
                $loader = $this->get_loader();
                $result = $loader->getCacheKey($file);
                do_action('timber_loader_render_file', $result);
            }
            $data = apply_filters('timber_loader_render_data', $data);
            $data = apply_filters('timber/loader/render_data', $data, $file);
            $output = $twig->render($file, $data);
        }
 
        if ( false !== $output && false !== $expires && null !== $key ) {
            $this->delete_cache();
            $this->set_cache($key, $output, self::CACHEGROUP, $expires, $cache_mode);
        }
        $output = apply_filters('timber_output', $output);
        return apply_filters('timber/output', $output, $data, $file);
    }
 
    protected function delete_cache() {
        Cleaner::delete_transients();
    }
 
    /**
     * Get first existing template.
     *
     * @param array|string $templates  Name(s) of the Twig template(s) to choose from.
     * @return string|bool             Name of chosen template, otherwise false.
     */
Arguments
  1. "pages/article.twig"
    
  2. array:20 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
    ]
    
/code/wp-content/themes/brainloop/vendor/timber/timber/lib/Timber.php
        if ( $via_render ) {
            $file = apply_filters('timber_render_file', $file);
        } else {
            $file = apply_filters('timber_compile_file', $file);
        }
 
        $output = false;
 
        if ($file !== false) {
            if ( is_null($data) ) {
                $data = array();
            }
 
            if ( $via_render ) {
                $data = apply_filters('timber_render_data', $data);
            } else {
                $data = apply_filters('timber_compile_data', $data);
            }
 
            $output = $loader->render($file, $data, $expires, $cache_mode);
        }
 
        do_action('timber_compile_done');
        return $output;
    }
 
    /**
     * Compile a string.
     *
     * @api
     * @example
     * ```php
     * $data = array(
     *     'username' => 'Jane Doe',
     * );
     *
     * $welcome = Timber::compile_string( 'Hi {{ username }}, I’m a string with a custom Twig variable', $data );
     * ```
     * @param string $string A string with Twig variables.
     * @param array  $data   Optional. An array of data to use in Twig template.
Arguments
  1. "pages/article.twig"
    
  2. array:20 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
    ]
    
  3. false
    
  4. "default"
    
/code/wp-content/themes/brainloop/vendor/timber/timber/lib/Timber.php
        $twig = $dummy_loader->get_twig();
        $template = $twig->createTemplate($string);
        return $template->render($data);
    }
 
    /**
     * Fetch function.
     *
     * @api
     * @param array|string $filenames  Name of the Twig file to render. If this is an array of files, Timber will
     *                                 render the first file that exists.
     * @param array        $data       Optional. An array of data to use in Twig template.
     * @param bool|int     $expires    Optional. In seconds. Use false to disable cache altogether. When passed an
     *                                 array, the first value is used for non-logged in visitors, the second for users.
     *                                 Default false.
     * @param string       $cache_mode Optional. Any of the cache mode constants defined in TimberLoader.
     * @return bool|string The returned output.
     */
    public static function fetch( $filenames, $data = array(), $expires = false, $cache_mode = Loader::CACHE_USE_DEFAULT ) {
        $output = self::compile($filenames, $data, $expires, $cache_mode, true);
        $output = apply_filters('timber_compile_result', $output);
        return $output;
    }
 
    /**
     * Render function.
     *
     * Passes data to a Twig file and echoes the output.
     *
     * @api
     * @example
     * ```php
     * $context = Timber::context();
     *
     * Timber::render( 'index.twig', $context );
     * ```
     * @param array|string $filenames  Name of the Twig file to render. If this is an array of files, Timber will
     *                                 render the first file that exists.
     * @param array        $data       Optional. An array of data to use in Twig template.
     * @param bool|int     $expires    Optional. In seconds. Use false to disable cache altogether. When passed an
Arguments
  1. "pages/article.twig"
    
  2. array:20 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
    ]
    
  3. false
    
  4. "default"
    
  5. true
    
/code/wp-content/themes/brainloop/vendor/timber/timber/lib/Timber.php
     * Passes data to a Twig file and echoes the output.
     *
     * @api
     * @example
     * ```php
     * $context = Timber::context();
     *
     * Timber::render( 'index.twig', $context );
     * ```
     * @param array|string $filenames  Name of the Twig file to render. If this is an array of files, Timber will
     *                                 render the first file that exists.
     * @param array        $data       Optional. An array of data to use in Twig template.
     * @param bool|int     $expires    Optional. In seconds. Use false to disable cache altogether. When passed an
     *                                 array, the first value is used for non-logged in visitors, the second for users.
     *                                 Default false.
     * @param string       $cache_mode Optional. Any of the cache mode constants defined in TimberLoader.
     * @return bool|string The echoed output.
     */
    public static function render( $filenames, $data = array(), $expires = false, $cache_mode = Loader::CACHE_USE_DEFAULT ) {
        $output = self::fetch($filenames, $data, $expires, $cache_mode);
        echo $output;
        return $output;
    }
 
    /**
     * Render a string with Twig variables.
     *
     * @api
     * @example
     * ```php
     * $data = array(
     *     'username' => 'Jane Doe',
     * );
     *
     * Timber::render_string( 'Hi {{ username }}, I’m a string with a custom Twig variable', $data );
     * ```
     * @param string $string A string with Twig variables.
     * @param array  $data   An array of data to use in Twig template.
     * @return bool|string
     */
Arguments
  1. "pages/article.twig"
    
  2. array:20 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
    ]
    
  3. false
    
  4. "default"
    
/code/wp-content/themes/brainloop/single.php
        wp_redirect( '/' ); exit; 
    }    
} */ 
if ($post_type == 'downloads') {
    $context['post'] = $post;
    $context['page'] = 'download';
    Timber::render('pages/download.twig', $context);
}
elseif ($post_type == 'products') {    
    $context['post'] = $post; 
    $context['singleProduct'] = 'singleProduct';        
    $postTypeRepo = new PostTypeRepository();
    $latestPosts = $postTypeRepo->latestPosts(5, 'products', [], null)->get();
    $context['posts'] = $latestPosts;
    Timber::render('pages/product.twig', $context);
} else {
    $context['post'] = $post;
    $context['postTags'] = get_tags();
    $context['singleArticle'] = 'singleArticle';
    Timber::render('pages/article.twig', $context);
}
 
Arguments
  1. "pages/article.twig"
    
  2. array:20 [
      "http_host" => "https://www.brainloop.com"
      "wp_title" => "Softwaredesign: Von Microservices und Agilität"
      "body_class" => "post-template-default single single-post postid-1236 single-format-standard"
      "site" => Site {#7444}
      "request" => Request {#7442}
      "user" => false
      "theme" => Theme {#7440}
      "posts" => PostQuery {#7437
        +found_posts: 1
        #userQuery: false
        #queryIterator: QueryIterator {#7427}
        #pagination: null
        flag::STD_PROP_LIST: false
        flag::ARRAY_AS_PROPS: false
        iteratorClass: "Timber\PostsIterator"
        storage: array:1 [
          0 => Post {#7426}
        ]
      }
      "wp_head" => FunctionWrapper {#7428}
      "wp_footer" => FunctionWrapper {#7431}
      "asset_types" => array:3 [
        0 => Term {#7429}
        2 => Term {#7461}
        3 => Term {#7459}
      ]
      "categories" => array:1 [
        0 => Term {#7467}
      ]
      "is_home" => false
      "primary_menu" => Menu {#7435}
      "footer_left_menu" => Menu {#7491}
      "footer_center_menu" => Menu {#7771}
      "options" => array:12 [
        "center_title" => "Services"
        "footer_image" => false
        "hs_cta_img" => array:24 [
          "ID" => 1013
          "id" => 1013
          "title" => "Banner Blog Abo"
          "filename" => "Banner-Blog-Abo.png"
          "filesize" => 23063
          "url" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
          "link" => "https://www.brainloop.com/de-de/brainloop-ix-meetingsuite-bsi-c5-zertifizierung/banner-blog-abo/"
          "alt" => ""
          "author" => "5"
          "description" => ""
          "caption" => ""
          "name" => "banner-blog-abo"
          "status" => "inherit"
          "uploaded_to" => 4443
          "date" => "2020-02-17 09:44:51"
          "modified" => "2021-03-26 14:34:59"
          "menu_order" => 0
          "mime_type" => "image/png"
          "type" => "image"
          "subtype" => "png"
          "icon" => "https://www.brainloop.com/de-de/wp-includes/images/media/default.png"
          "width" => 705
          "height" => 994
          "sizes" => array:18 [
            "thumbnail" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-150x150.png"
            "thumbnail-width" => 150
            "thumbnail-height" => 150
            "medium" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo-213x300.png"
            "medium-width" => 213
            "medium-height" => 300
            "medium_large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "medium_large-width" => 705
            "medium_large-height" => 994
            "large" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "large-width" => 705
            "large-height" => 994
            "1536x1536" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "1536x1536-width" => 705
            "1536x1536-height" => 994
            "2048x2048" => "https://www.brainloop.com/de-de/wp-content/uploads/sites/6/2020/02/Banner-Blog-Abo.png"
            "2048x2048-width" => 705
            "2048x2048-height" => 994
          ]
        ]
        "hs_cta_link" => "https://www.brainloop.com/de-de/blog-newsletter/"
        "left_title" => "Unternehmen"
        "loc_title" => "Niederlassungen"
        "locations" => array:3 [
          0 => array:2 [
            "loc_name" => "Brainloop AG Zentrale"
            "loc_address" => """
              <p>Brainloop AG<br />\n
              Theatinerstrasse 12<br />\n
              80333 München<br />\n
              Germany<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          1 => array:2 [
            "loc_name" => "Brainloop Österreich"
            "loc_address" => """
              <p>Brainloop Austria GmbH<br />\n
              Ausstellungsstraße 50 /C /2 OG.<br />\n
              1020 Wien<br />\n
              Austria<br />\n
              +49 (0) 89 444 699 0</p>\n
              """
          ]
          2 => array:2 [
            "loc_name" => "Brainloop Schweiz"
            "loc_address" => """
              <p>Brainloop Switzerland AG<br />\n
              Gotthardstrasse 30<br />\n
              6300 Zug<br />\n
              Switzerland<br />\n
              +41 (0) 41 710 39 71</p>\n
              """
          ]
        ]
        "news_link" => "https://www.brainloop.com/de-de/newsletter-anmeldung/"
        "news_text" => "Anmelden"
        "news_title" => "Newsletter"
        "read_more" => "Weiterlesen"
        "social_icons" => array:3 [
          0 => array:2 [
            "social_icon" => "youtube"
            "social_link" => "https://www.youtube.com/channel/UC1IcHFRjhypgYcI0TbYP6gQ"
          ]
          1 => array:2 [
            "social_icon" => "xing"
            "social_link" => "https://www.xing.com/companies/brainloopag"
          ]
          2 => array:2 [
            "social_icon" => "linkedin"
            "social_link" => "https://www.linkedin.com/company/brainloop-ag/"
          ]
        ]
      ]
      "post" => Post {#7730}
      "postTags" => array:16 [
        0 => WP_Term {#7761}
        1 => WP_Term {#7762}
        2 => WP_Term {#7759}
        3 => WP_Term {#7758}
        4 => WP_Term {#7757}
        5 => WP_Term {#7756}
        6 => WP_Term {#7755}
        7 => WP_Term {#7754}
        8 => WP_Term {#7753}
        9 => WP_Term {#7777}
        10 => WP_Term {#7778}
        11 => WP_Term {#7779}
        12 => WP_Term {#7784}
        13 => WP_Term {#7655}
        14 => WP_Term {#7654}
        15 => WP_Term {#7653}
      ]
      "singleArticle" => "singleArticle"
    ]
    
/code/wp-includes/template-loader.php
            }
 
            break;
        }
    }
 
    if ( ! $template ) {
        $template = get_index_template();
    }
 
    /**
     * Filters the path of the current template before including it.
     *
     * @since 3.0.0
     *
     * @param string $template The path of the template to include.
     */
    $template = apply_filters( 'template_include', $template );
    if ( $template ) {
        include $template;
    } elseif ( current_user_can( 'switch_themes' ) ) {
        $theme = wp_get_theme();
        if ( $theme->errors() ) {
            wp_die( $theme->errors() );
        }
    }
    return;
}
 
Arguments
  1. "/code/wp-content/themes/brainloop/single.php"
    
/code/wp-blog-header.php
<?php
/**
 * Loads the WordPress environment and template.
 *
 * @package WordPress
 */
 
if ( ! isset( $wp_did_header ) ) {
 
    $wp_did_header = true;
 
    // Load the WordPress library.
    require_once __DIR__ . '/wp-load.php';
 
    // Set up the WordPress query.
    wp();
 
    // Load the theme template.
    require_once ABSPATH . WPINC . '/template-loader.php';
 
}
 
Arguments
  1. "/code/wp-includes/template-loader.php"
    
/code/index.php
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */
 
/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define( 'WP_USE_THEMES', true );
 
/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
 
Arguments
  1. "/code/wp-blog-header.php"
    

Environment & details:

empty
empty
empty
Key Value
has_js
"1"
empty
Key Value
SERVER_SOFTWARE
"nginx/1.27.1"
REQUEST_URI
"/de-de/softwaredesign-von-microservices-und-agilitaet/"
USER
"d7ede2a3ed8044fa9baa2ff06d54566c"
HOME
"/"
HTTP_X_VARNISH
"3574503552, 3574503561, 3138782630, 3138782640, 4120643331, 2128343889"
HTTP_X_TIMER
"S1731745481.077234,VS0,VS0,VS0,VS0"
HTTP_X_STYX_ROUTING
"true"
HTTP_X_SSL
"ON"
HTTP_X_SIGSCI_NO_INSPECTION
"waf-bypass"
HTTP_X_REQUEST_UID
"607dd380811b72dec7c8c5780b2b973e8c71a2964b01f6c5422d4059076ed07a"
HTTP_X_PROTO
"https://"
HTTP_X_PANTHEON_CLIENT_IP
"3.144.90.192"
HTTP_X_HOST
"www.brainloop.com"
HTTP_X_GEO_REGION
"OH"
HTTP_X_GEO_COUNTRY_NAME
"united states"
HTTP_X_GEO_COUNTRY_CODE
"US"
HTTP_X_GEO_COUNTRY
"US"
HTTP_X_GEO_CONTINENT_CODE
"NA"
HTTP_X_GEO_CONN_TYPE
"wired"
HTTP_X_GEO_CONN_SPEED
"broadband"
HTTP_X_GEO_CITY
"columbus"
HTTP_X_GDPR_EU
"false"
HTTP_X_FORWARDED_SERVER
"cache-cmh1290122-CMH, cache-cmh1290122-CMH, cache-cmh1290123-CMH, cache-chi-kigq8000132-CHI"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_FOR
"3.144.90.192, 140.248.79.122"
HTTP_X_CCPA
"false"
HTTP_USER_AGENT_HTTPS
"ON"
HTTP_SURROGATE_CAPABILITY
"styx=\"ESI/1.0\""
HTTP_REFERER
"https://www.brainloop.com/de-de/softwaredesign-von-microservices-und-agilitaet"
HTTP_POLICY_DOC_SURROGATE_KEY
"www.brainloop.com"
HTTP_POLICY_DOC_CACHE
"HIT"
HTTP_PCONTEXT_ZONE
"us-central1-f"
HTTP_PCONTEXT_SITE_ID
"cc1cb100-a76d-4017-877c-297f6d74ad55"
HTTP_PCONTEXT_SITE_ENV
"live"
HTTP_PCONTEXT_PDOCS_HEADERS
"oFTceYgYv23juuj59jkt0/FW6zUd7cNY+jOwLshzLME=:oFTceYgYv23juuj59jkt0/FW6zUd7cNY+jOwLshzLME="
HTTP_PCONTEXT_FROZEN
"false"
HTTP_PCONTEXT_ENFORCE_HTTPS
"transitional"
HTTP_PCONTEXT_BOT_TYPE
"system_detected_bot"
HTTP_PCONTEXT_BOT_NAME
"ClaudeBot"
HTTP_PANTHEON_PROTO_CHECKS
"true"
HTTP_PANTHEON_HOST
"www.brainloop.com"
HTTP_FASTLY_TMP_OBJ_TTL
"31269417.310"
HTTP_FASTLY_TMP_OBJ_GRACE
"86400.000"
HTTP_FASTLY_TEMP_XFF
"3.144.90.192, 140.248.79.122"
HTTP_FASTLY_SSL
"1"
HTTP_FASTLY_ORIG_ACCEPT_ENCODING
"gzip"
HTTP_FASTLY_FF
"mxEErU4IKPpTIXNaoiKpP4MMOS6lMmEuwNIqogLRwrk=!CMH!cache-cmh1290122-CMH, g2axXh7IV6V8FPspUyjoUu/da6Nm5kKgf4/hDnc8EUU=!CMH!cache-cmh1290122-CMH, g2axXh7IV6V8FPspUyjoUu/da6Nm5kKgf4/hDnc8EUU=!CMH!cache-cmh1290123-CMH, mxEErU4IKPpTIXNaoiKpP4MMOS6lMmEuwNIqogLRwrk=!CMH!cache-cmh1290123-CMH, mxEErU4IKPpTIXNaoiKpP4MMOS6lMmEuwNIqogLRwrk=!CMH!cache-cmh1290096-CMH, mxEErU4IKPpTIXNaoiKpP4MMOS6lMmEuwNIqogLRwrk=!CHI!cache-chi-kigq8000132-CHI"
HTTP_FASTLY_CLIENT_NUMBER
"16509"
HTTP_FASTLY_CLIENT_NAME
"amazon.com inc."
HTTP_FASTLY_CLIENT_IP
"3.144.90.192"
HTTP_FASTLY_CLIENT
"1"
HTTP_FASTLY_CACHETYPE
"HIT"
HTTP_COOKIE
"has_js=1"
HTTP_CDN_LOOP
"Fastly, Fastly, Fastly, Fastly, Fastly, Fastly"
HTTP_AGCDN_JA3_MD5
"40f3ef268413ecccdbdca025c414c7ca"
HTTP_ACDN_CLIENT_IP
"140.248.79.122"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_HOST
"www.brainloop.com"
SCRIPT_FILENAME
"/code//index.php"
HTTPS
"on"
PATH_TRANSLATED
"/code"
PATH_INFO
""
REDIRECT_STATUS
"200"
SERVER_NAME
"appserver-2d3fe620-nginx-d7ede2a3ed8044fa9baa2ff06d54566c"
SERVER_PORT
"11315"
SERVER_ADDR
"10.73.11.2"
REMOTE_PORT
"10178"
REMOTE_ADDR
"3.144.90.192"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
DOCUMENT_ROOT
"/code"
DOCUMENT_URI
"/index.php"
SCRIPT_NAME
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
"GET"
QUERY_STRING
""
PHP_VALUE
"""
default_mimetype=\"text/html\"\n
default_charset=\"UTF-8\"
"""
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1731745481.1
REQUEST_TIME
1731745481
FRAMEWORK
"wordpress_network"
DOCROOT
"/code/"
FILEMOUNT
"wp-content/uploads"
AUTH_KEY
"z2w53fOUYfU3HtXOGd/Gsg4Zdm2/rum1m4j5AcUwwSg="
SECURE_AUTH_KEY
"4N0UB24b9rGY1oOJeEAtCiQ8GGw/loCMDbBpuA2NU7o="
LOGGED_IN_KEY
"c5/i40ceWhW7WbulZ+UCsU5KAaT3WHI1yFPCMpS1EYs="
NONCE_KEY
"pn8Tp/ODVAenVveyj7nFhNZxeaDGKM+SRvVry87QF+U="
AUTH_SALT
"datUGzkqLkc3CaXWlZQI+X1Z7E6Zx9181t5wgm+/JW8="
SECURE_AUTH_SALT
"zSwDVuCsraraS2z375JSBaY9W/viNi7Bvhy2PqEcXDE="
LOGGED_IN_SALT
"VjgM+xKb+zuMPaWxbRqobnZK8dRXXXRxAb3QKlaWCuo="
NONCE_SALT
"bcQNvibyCIyySiUdbV9W5+amk3TlvxqrThl65J95xLo="
protected_web_paths_override
"true"
protected_web_paths
"[/private/, /wp-content/uploads/private/, /private/, /wp-content/uploads/private/, /xmlrpc.php, /xmlrpc.php, /wp-json/wp/v2/users]"
enforce_https
"transitional"
php_version
"7.4"
updated_at
"1693412544.445254"
DB_HOST
"dbhost"
DB_FQDN
"dbserver.live.cc1cb100-a76d-4017-877c-297f6d74ad55.drush.in"
DB_PORT
"6033"
DB_BINDING_ID
"8a78eed1d6fd4fbdbe3ed0bfc9e01bf0"
DB_USER
"8a78eed1d6fd4fbdbe3ed0bfc9e01bf0"
DB_PASSWORD
"4403231ea8954029bfd350b380624dfc"
DB_NAME
"pantheon"
DB_ZONE
"us-central1-f"
DB_RESURRECTOR_HOST
"10.73.7.107"
PHP_MEMORY_LIMIT
"1024"
PHP_APC_SHM_SIZE
"256"
PHP_OPCACHE_REVALIDATE_FREQ
"2"
CUSTOMER_SECRETS_HOST
"https://customer-secrets.svc.pantheon.io:443"
PANTHEON_WPVULNDB_API_TOKEN
"dr7sD1Oe5h3sNQEZAPmY1kjG37hN8adIHeTjH0ZCHWg"
PANTHEON_SITE
"cc1cb100-a76d-4017-877c-297f6d74ad55"
PANTHEON_SITE_NAME
"brainloop"
PANTHEON_ENVIRONMENT
"live"
PANTHEON_INFRASTRUCTURE_ENVIRONMENT
"live"
PHP_INI_SCAN_DIR
"/php/php-ini/common:/config/newrelic:/php/php-ini/live:/php/php-ini/appserver"
PANTHEON_DEPLOYMENT_IDENTIFIER
"live_85"
PANTHEON_ROLLING_TMP
"/tmp/rolling/live_85"
DRUSH_OPTIONS_URI
"live-brainloop.pantheonsite.io"
WPCLI_URL
"live-brainloop.pantheonsite.io"
DRUSH_OPTIONS_ROOT
"/code/"
RESURRECTOR_HOST
"10.73.11.2"
PATH
"/php:/code/vendor/bin:/opt/pantheon/drush:/opt/pantheon/composer:/opt/pantheon/wpcli:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
TERM
"xterm"
PRESSFLOW_SETTINGS
"{\"conf\":{\"pressflow_smart_start\":true,\"pantheon_binding\":\"d7ede2a3ed8044fa9baa2ff06d54566c\",\"pantheon_site_uuid\":\"cc1cb100-a76d-4017-877c-297f6d74ad55\",\"pantheon_environment\":\"live\",\"pantheon_tier\":\"live\",\"pantheon_index_host\":\"\",\"pantheon_index_port\":\"\",\"redis_client_host\":null,\"redis_client_port\":null,\"redis_client_password\":null,\"file_public_path\":\"wp-content/uploads\",\"file_private_path\":\"wp-content/uploads/private\",\"file_directory_path\":\"wp-content/uploads\",\"file_temporary_path\":\"/tmp\",\"file_directory_temp\":\"/tmp\",\"css_gzip_compression\":false,\"js_gzip_compression\":false,\"page_compression\":false,\"error_level\":0},\"databases\":{\"default\":{\"default\":{\"host\":\"dbhost\",\"port\":\"6033\",\"username\":\"8a78eed1d6fd4fbdbe3ed0bfc9e01bf0\",\"password\":\"4403231ea8954029bfd350b380624dfc\",\"database\":\"pantheon\",\"driver\":\"mysql\"}}},\"drupal_hash_salt\":\"4fdab0a84073256b661e6e81b5e8ebda5bdaedc16ff38aab62e061d168d0f8ac\",\"config_directory_name\":\"config\"}"
WORDPRESS_TITLE
"Brainloop Site"
WORDPRESS_THEME_NAME
"brainloop"
WORDPRESS_URL
"https://brainloop.local"
WORDPRESS_ADMIN_USER
"admin"
WORDPRESS_ADMIN_EMAIL
"admin@example.com"
WORDPRESS_ADMIN_PASSWORD
"password"
WORDPRESS_DB_HOST
"db"
WORDPRESS_DB_NAME
"wordpress"
WORDPRESS_DB_USER
"wordpress"
WORDPRESS_DB_PASSWORD
"wordpress"
WP_ENV
"development"
UPS_DOCK_NAME
"Brainloop"
VIRTUAL_HOST
"brainloop.local"
HTTPS_METHOD
"noredirect"
RUN_SCRIPTS
"1"
SKIP_CHOWN
"1"
PAGER
"more"
Key Value
USER
"d7ede2a3ed8044fa9baa2ff06d54566c"
HOME
"/"
HTTP_X_VARNISH
"3574503552, 3574503561, 3138782630, 3138782640, 4120643331, 2128343889"
HTTP_X_TIMER
"S1731745481.077234,VS0,VS0,VS0,VS0"
HTTP_X_STYX_ROUTING
"true"
HTTP_X_SSL
"ON"
HTTP_X_SIGSCI_NO_INSPECTION
"waf-bypass"
HTTP_X_REQUEST_UID
"607dd380811b72dec7c8c5780b2b973e8c71a2964b01f6c5422d4059076ed07a"
HTTP_X_PROTO
"https://"
HTTP_X_PANTHEON_CLIENT_IP
"3.144.90.192"
HTTP_X_HOST
"www.brainloop.com"
HTTP_X_GEO_REGION
"OH"
HTTP_X_GEO_COUNTRY_NAME
"united states"
HTTP_X_GEO_COUNTRY_CODE
"US"
HTTP_X_GEO_COUNTRY
"US"
HTTP_X_GEO_CONTINENT_CODE
"NA"
HTTP_X_GEO_CONN_TYPE
"wired"
HTTP_X_GEO_CONN_SPEED
"broadband"
HTTP_X_GEO_CITY
"columbus"
HTTP_X_GDPR_EU
"false"
HTTP_X_FORWARDED_SERVER
"cache-cmh1290122-CMH, cache-cmh1290122-CMH, cache-cmh1290123-CMH, cache-chi-kigq8000132-CHI"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_FOR
"3.144.90.192, 140.248.79.122"
HTTP_X_CCPA
"false"
HTTP_USER_AGENT_HTTPS
"ON"
HTTP_TRACEPARENT
"00-62974fac79e64b36b77ba7409d46de14-1-00"
HTTP_SURROGATE_CAPABILITY
"styx="ESI/1.0""
HTTP_REFERER
"https://www.brainloop.com/de-de/softwaredesign-von-microservices-und-agilitaet"
HTTP_POLICY_DOC_SURROGATE_KEY
"www.brainloop.com"
HTTP_POLICY_DOC_CACHE
"HIT"
HTTP_PCONTEXT_ZONE
"us-central1-f"
HTTP_PCONTEXT_SITE_ID
"cc1cb100-a76d-4017-877c-297f6d74ad55"
HTTP_PCONTEXT_SITE_ENV
"live"
HTTP_PCONTEXT_PDOCS_HEADERS
"oFTceYgYv23juuj59jkt0/FW6zUd7cNY+jOwLshzLME=:oFTceYgYv23juuj59jkt0/FW6zUd7cNY+jOwLshzLME="
HTTP_PCONTEXT_FROZEN
"false"
HTTP_PCONTEXT_ENFORCE_HTTPS
"transitional"
HTTP_PCONTEXT_BOT_TYPE
"system_detected_bot"
HTTP_PCONTEXT_BOT_NAME
"ClaudeBot"
HTTP_PANTHEON_PROTO_CHECKS
"true"
HTTP_PANTHEON_HOST
"www.brainloop.com"
HTTP_FASTLY_TMP_OBJ_TTL
"31269417.310"
HTTP_FASTLY_TMP_OBJ_GRACE
"86400.000"
HTTP_FASTLY_TEMP_XFF
"3.144.90.192, 140.248.79.122"
HTTP_FASTLY_SSL
"1"
HTTP_FASTLY_ORIG_ACCEPT_ENCODING
"gzip"
HTTP_FASTLY_FF
"mxEErU4IKPpTIXNaoiKpP4MMOS6lMmEuwNIqogLRwrk=!CMH!cache-cmh1290122-CMH, g2axXh7IV6V8FPspUyjoUu/da6Nm5kKgf4/hDnc8EUU=!CMH!cache-cmh1290122-CMH, g2axXh7IV6V8FPspUyjoUu/da6Nm5kKgf4/hDnc8EUU=!CMH!cache-cmh1290123-CMH, mxEErU4IKPpTIXNaoiKpP4MMOS6lMmEuwNIqogLRwrk=!CMH!cache-cmh1290123-CMH, mxEErU4IKPpTIXNaoiKpP4MMOS6lMmEuwNIqogLRwrk=!CMH!cache-cmh1290096-CMH, mxEErU4IKPpTIXNaoiKpP4MMOS6lMmEuwNIqogLRwrk=!CHI!cache-chi-kigq8000132-CHI"
HTTP_FASTLY_CLIENT_NUMBER
"16509"
HTTP_FASTLY_CLIENT_NAME
"amazon.com inc."
HTTP_FASTLY_CLIENT_IP
"3.144.90.192"
HTTP_FASTLY_CLIENT
"1"
HTTP_FASTLY_CACHETYPE
"HIT"
HTTP_COOKIE
"has_js=1"
HTTP_CDN_LOOP
"Fastly, Fastly, Fastly, Fastly, Fastly, Fastly"
HTTP_AGCDN_JA3_MD5
"40f3ef268413ecccdbdca025c414c7ca"
HTTP_ACDN_CLIENT_IP
"140.248.79.122"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_HOST
"www.brainloop.com"
SCRIPT_FILENAME
"/code//index.php"
HTTPS
"ON"
PATH_TRANSLATED
"/code"
PATH_INFO
""
REDIRECT_STATUS
"200"
SERVER_NAME
"appserver-2d3fe620-nginx-d7ede2a3ed8044fa9baa2ff06d54566c"
SERVER_PORT
"11315"
SERVER_ADDR
"10.73.11.2"
REMOTE_PORT
"10178"
REMOTE_ADDR
"3.144.90.192"
SERVER_SOFTWARE
"nginx/1.27.1"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
DOCUMENT_ROOT
"/code"
DOCUMENT_URI
"/index.php"
REQUEST_URI
"/de-de/softwaredesign-von-microservices-und-agilitaet/"
SCRIPT_NAME
"/index.php"
CONTENT_LENGTH
""
CONTENT_TYPE
""
REQUEST_METHOD
"GET"
QUERY_STRING
""
PHP_VALUE
"""
default_mimetype="text/html"\n
default_charset="UTF-8"
"""
FCGI_ROLE
"RESPONDER"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1731745481.1
REQUEST_TIME
1731745481
FRAMEWORK
"wordpress_network"
DOCROOT
"/code/"
FILEMOUNT
"wp-content/uploads"
AUTH_KEY
"z2w53fOUYfU3HtXOGd/Gsg4Zdm2/rum1m4j5AcUwwSg="
SECURE_AUTH_KEY
"4N0UB24b9rGY1oOJeEAtCiQ8GGw/loCMDbBpuA2NU7o="
LOGGED_IN_KEY
"c5/i40ceWhW7WbulZ+UCsU5KAaT3WHI1yFPCMpS1EYs="
NONCE_KEY
"pn8Tp/ODVAenVveyj7nFhNZxeaDGKM+SRvVry87QF+U="
AUTH_SALT
"datUGzkqLkc3CaXWlZQI+X1Z7E6Zx9181t5wgm+/JW8="
SECURE_AUTH_SALT
"zSwDVuCsraraS2z375JSBaY9W/viNi7Bvhy2PqEcXDE="
LOGGED_IN_SALT
"VjgM+xKb+zuMPaWxbRqobnZK8dRXXXRxAb3QKlaWCuo="
NONCE_SALT
"bcQNvibyCIyySiUdbV9W5+amk3TlvxqrThl65J95xLo="
protected_web_paths_override
"true"
protected_web_paths
"[/private/, /wp-content/uploads/private/, /private/, /wp-content/uploads/private/, /xmlrpc.php, /xmlrpc.php, /wp-json/wp/v2/users]"
enforce_https
"transitional"
php_version
"7.4"
updated_at
"1693412544.445254"
DB_HOST
"dbhost"
DB_FQDN
"dbserver.live.cc1cb100-a76d-4017-877c-297f6d74ad55.drush.in"
DB_PORT
"6033"
DB_BINDING_ID
"8a78eed1d6fd4fbdbe3ed0bfc9e01bf0"
DB_USER
"8a78eed1d6fd4fbdbe3ed0bfc9e01bf0"
DB_PASSWORD
"4403231ea8954029bfd350b380624dfc"
DB_NAME
"pantheon"
DB_ZONE
"us-central1-f"
DB_RESURRECTOR_HOST
"10.73.7.107"
PHP_MEMORY_LIMIT
"1024"
PHP_APC_SHM_SIZE
"256"
PHP_OPCACHE_REVALIDATE_FREQ
"2"
CUSTOMER_SECRETS_HOST
"https://customer-secrets.svc.pantheon.io:443"
PANTHEON_WPVULNDB_API_TOKEN
"dr7sD1Oe5h3sNQEZAPmY1kjG37hN8adIHeTjH0ZCHWg"
PANTHEON_SITE
"cc1cb100-a76d-4017-877c-297f6d74ad55"
PANTHEON_SITE_NAME
"brainloop"
PANTHEON_ENVIRONMENT
"live"
PANTHEON_INFRASTRUCTURE_ENVIRONMENT
"live"
PHP_INI_SCAN_DIR
"/php/php-ini/common:/config/newrelic:/php/php-ini/live:/php/php-ini/appserver"
PANTHEON_DEPLOYMENT_IDENTIFIER
"live_85"
PANTHEON_ROLLING_TMP
"/tmp/rolling/live_85"
DRUSH_OPTIONS_URI
"live-brainloop.pantheonsite.io"
WPCLI_URL
"live-brainloop.pantheonsite.io"
DRUSH_OPTIONS_ROOT
"/code/"
RESURRECTOR_HOST
"10.73.11.2"
PATH
"/php:/code/vendor/bin:/opt/pantheon/drush:/opt/pantheon/composer:/opt/pantheon/wpcli:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
TERM
"xterm"
WORDPRESS_TITLE
"Brainloop Site"
WORDPRESS_THEME_NAME
"brainloop"
WORDPRESS_URL
"https://brainloop.local"
WORDPRESS_ADMIN_USER
"admin"
WORDPRESS_ADMIN_EMAIL
"admin@example.com"
WORDPRESS_ADMIN_PASSWORD
"password"
WORDPRESS_DB_HOST
"db"
WORDPRESS_DB_NAME
"wordpress"
WORDPRESS_DB_USER
"wordpress"
WORDPRESS_DB_PASSWORD
"wordpress"
WP_ENV
"development"
UPS_DOCK_NAME
"Brainloop"
VIRTUAL_HOST
"brainloop.local"
HTTPS_METHOD
"noredirect"
RUN_SCRIPTS
"1"
SKIP_CHOWN
"1"
PAGER
"more"
0. Whoops\Handler\PrettyPageHandler