source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'content' => [$this, 'block_content'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo " env, ((call_user_func_array($this->env->getFunction('config')->getCallable(), ["dark_mode"])) ? (call_user_func_array($this->env->getFunction('asset')->getCallable(), ["images/favicon.dark.png"])) : (call_user_func_array($this->env->getFunction('asset')->getCallable(), ["images/favicon.light.png"]))), "html", null, true); echo "\"> env, call_user_func_array($this->env->getFunction('asset')->getCallable(), ["app.css"]), "html", null, true); echo "\"> "; // line 9 if (call_user_func_array($this->env->getFunction('config')->getCallable(), ["google_analytics_id", false])) { // line 10 echo " "; $this->loadTemplate("components/google-analytics.twig", "layouts/app.twig", 10)->display($context); } // line 12 echo " "; // line 13 echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true); echo " • Directory Lister
env->getFunction('config')->getCallable(), ["dark_mode"])) ? ("dark-mode") : ("light-mode")); echo "\"> "; // line 16 $this->displayBlock('content', $context, $blocks); // line 17 echo "
"; } // line 16 public function block_content($context, array $blocks = []) { $macros = $this->macros; } public function getTemplateName() { return "layouts/app.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 84 => 16, 78 => 19, 74 => 17, 72 => 16, 68 => 15, 63 => 13, 60 => 12, 56 => 10, 54 => 9, 49 => 7, 45 => 6, 38 => 1,); } public function getSourceContext() { return new Source("", "layouts/app.twig", "/var/www/www.diogo.site/public/projects/GNU-social/soc/2020/daily_report/archive/May/app/views/layouts/app.twig"); } }