*/ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "theme/layouts-horizontal.html.twig")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "theme/layouts-horizontal.html.twig")); // line 1 yield " "; // line 6 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/title-meta.html.twig", ["title" => "Horizontal Layout"]); yield " "; // line 11 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/head-css.html.twig"); yield "
"; // line 20 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/menu.html.twig"); yield "
"; // line 30 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/page-title.html.twig", ["pagetitle" => "Layouts", "title" => "Horizontal"]); yield "
Your free trial expired in 17 days.

Upgrade your plan from a Free trial, to ‘Premium Plan’

\"\"

Users

0k

16.24 % vs. previous month

Sessions

0k

3.96 % vs. previous month

Avg. Visit Duration

0m 0sec

0.24 % vs. previous month

Bounce Rate

0%

7.05 % vs. previous month

Live Users By Country

Duration (Secs) Sessions Views
0-30 2,250 4,250
31-60 1,501 2,050
61-120 750 1,600
121-240 540 1,040

Sessions by Countries

Audiences Metrics

0 49%

Avg. Session

0 60%

Conversion Rate

0m 0sec 37%

Avg. Session Duration

Desktop Users

78.56k

2.08%

Mobile Users

105.02k

10.52%

Tablet Users

42.89k

7.36%

Top Referrals Pages

Total Referrals Page

725,800

15.72 % vs. previous month

\"\"

www.google.com

24.58%

www.youtube.com

17.51%

www.meta.com

23.05%

www.medium.com

12.22%

Other

17.58%

"; // line 584 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/footer.html.twig"); yield "
"; // line 593 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/customizer.html.twig"); yield " "; // line 595 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/vendor-scripts.html.twig"); yield " "; $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "theme/layouts-horizontal.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 662 => 595, 657 => 593, 645 => 584, 88 => 30, 75 => 20, 63 => 11, 55 => 6, 48 => 1,); } public function getSourceContext(): Source { return new Source(" {{ include('theme/partials/title-meta.html.twig', {title: 'Horizontal Layout'}) }} {{ include('theme/partials/head-css.html.twig') }}
{{ include('theme/partials/menu.html.twig') }}
{{ include('theme/partials/page-title.html.twig', {pagetitle: 'Layouts', title: 'Horizontal'}) }}
Your free trial expired in 17 days.

Upgrade your plan from a Free trial, to ‘Premium Plan’

\"\"

Users

0k

16.24 % vs. previous month

Sessions

0k

3.96 % vs. previous month

Avg. Visit Duration

0m 0sec

0.24 % vs. previous month

Bounce Rate

0%

7.05 % vs. previous month

Live Users By Country

Duration (Secs) Sessions Views
0-30 2,250 4,250
31-60 1,501 2,050
61-120 750 1,600
121-240 540 1,040

Sessions by Countries

Audiences Metrics

0 49%

Avg. Session

0 60%

Conversion Rate

0m 0sec 37%

Avg. Session Duration

Desktop Users

78.56k

2.08%

Mobile Users

105.02k

10.52%

Tablet Users

42.89k

7.36%

Top Referrals Pages

Total Referrals Page

725,800

15.72 % vs. previous month

\"\"

www.google.com

24.58%

www.youtube.com

17.51%

www.meta.com

23.05%

www.medium.com

12.22%

Other

17.58%

{{ include('theme/partials/footer.html.twig') }}
{{ include('theme/partials/customizer.html.twig') }} {{ include('theme/partials/vendor-scripts.html.twig') }} ", "theme/layouts-horizontal.html.twig", "/var/www/cds-intranet/app/templates/theme/layouts-horizontal.html.twig"); } }