<?php
use Twig\Environment;
use function Shopware\Core\Framework\Adapter\Twig\sw_get_attribute;
use function Shopware\Core\Framework\Adapter\Twig\sw_escape_filter;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* @TcinnThemeWareClean/storefront/layout/meta.html.twig */
class __TwigTemplate_49ed7ec4aaeb5e3d4a39eb8b098fc96d extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'layout_head_stylesheet' => [$this, 'block_layout_head_stylesheet'],
'layout_head_meta_tags' => [$this, 'block_layout_head_meta_tags'],
];
}
protected function doGetParent(array $context)
{
// line 2
return "@Storefront/storefront/layout/meta.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$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", "@TcinnThemeWareClean/storefront/layout/meta.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@TcinnThemeWareClean/storefront/layout/meta.html.twig"));
$this->parent = $this->loadTemplate("@Storefront/storefront/layout/meta.html.twig", "@TcinnThemeWareClean/storefront/layout/meta.html.twig", 2);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 18
public function block_layout_head_stylesheet($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_head_stylesheet"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_head_stylesheet"));
// line 19
echo "\t";
// line 20
echo "\t";
$this->displayParentBlock("layout_head_stylesheet", $context, $blocks);
echo "
\t";
// line 23
echo "\t";
$__internal_compile_0 = null;
try {
$__internal_compile_0 = $this->loadTemplate("@TcinnThemeWareClean/storefront/themeware/twt-base-meta-styles.html.twig", "@TcinnThemeWareClean/storefront/layout/meta.html.twig", 23);
} catch (LoaderError $e) {
// ignore missing template
}
if ($__internal_compile_0) {
$__internal_compile_0->display($context);
}
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 28
public function block_layout_head_meta_tags($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_head_meta_tags"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "layout_head_meta_tags"));
// line 29
echo "\t";
// line 30
echo "\t";
$this->displayParentBlock("layout_head_meta_tags", $context, $blocks);
echo "
\t";
// line 33
echo "\t";
$__internal_compile_1 = null;
try {
$__internal_compile_1 = $this->loadTemplate("@TcinnThemeWareClean/storefront/themeware/twt-base-meta-tags.html.twig", "@TcinnThemeWareClean/storefront/layout/meta.html.twig", 33);
} catch (LoaderError $e) {
// ignore missing template
}
if ($__internal_compile_1) {
$__internal_compile_1->display($context);
}
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "@TcinnThemeWareClean/storefront/layout/meta.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 114 => 33, 108 => 30, 106 => 29, 96 => 28, 77 => 23, 71 => 20, 69 => 19, 59 => 18, 36 => 2,);
}
public function getSourceContext()
{
return new Source("{% sw_extends '@Storefront/storefront/layout/meta.html.twig' %}
{# ThemeWare® HC-Architecture® ready #}
{# @deprecated tag:v6.5.0 - \"page/checkout/confirm/meta.html.twig\" will be removed, use \"layout/meta.html.twig\" instead. #}
{# ThemeWare:
\t- see also product-detail\\meta.html.twig
#}
{# ---------------- START: SET TEMPLATE VARS ---------------- #}
{# ThemeWare: Set theme variables #}
{# ---------------- END: SET TEMPLATE VARS ---------------- #}
{# ThemeWare: Add styles and stylesheets to <head> #}
{# Styles können über ein Textarea über einen Textbaustein ergänzt werden. #}
{% block layout_head_stylesheet %}
\t{# Default block #}
\t{{ parent() }}
\t{# ThemeWare: Styles ergänzen. #}
\t{% sw_include '@Storefront/storefront/themeware/twt-base-meta-styles.html.twig' ignore missing %}
{% endblock %}
{# ThemeWare: Add meta tags to <head> #}
{% block layout_head_meta_tags %}
\t{# Default block #}
\t{{ parent() }}
\t{# ThemeWare: Include metag tags #}
\t{% sw_include '@Storefront/storefront/themeware/twt-base-meta-tags.html.twig' ignore missing %}
{% endblock %}", "@TcinnThemeWareClean/storefront/layout/meta.html.twig", "/var/www/html/custom/plugins/TcinnThemeWareClean/src/Resources/views/storefront/layout/meta.html.twig");
}
}