<?php
use Twig\Environment;
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;
/* beautytada/base.twig */
class __TwigTemplate_7fc44a1700f161a285841f3b74ea63427003104abe5875dd00eabe4dd8f4ca23 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'head' => [$this, 'block_head'],
'title' => [$this, 'block_title'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "beautytada/base.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "beautytada/base.twig"));
// line 1
$context["LOCALE"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 1, $this->source); })()), "request", [], "any", false, false, false, 1), "locale", [], "any", false, false, false, 1);
// line 2
echo "
<!DOCTYPE html>
<html lang=\"";
// line 4
echo twig_escape_filter($this->env, (isset($context["LOCALE"]) || array_key_exists("LOCALE", $context) ? $context["LOCALE"] : (function () { throw new RuntimeError('Variable "LOCALE" does not exist.', 4, $this->source); })()), "html", null, true);
echo "\">
<head>
<meta charset=\"UTF-8\"/>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>
";
// line 9
$this->displayBlock('head', $context, $blocks);
// line 14
echo "
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-528JTNWGKM\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-528JTNWGKM');
</script>
<script>
const WINDOW_CONFIG = {
locale: '";
// line 26
echo twig_escape_filter($this->env, (isset($context["LOCALE"]) || array_key_exists("LOCALE", $context) ? $context["LOCALE"] : (function () { throw new RuntimeError('Variable "LOCALE" does not exist.', 26, $this->source); })()), "html", null, true);
echo "',
reservationMode: '";
// line 27
echo twig_escape_filter($this->env, $this->extensions['Kobizo\Component\Template\TwigExtensions\ReservationProviderExtension']->getReservationMode(), "html", null, true);
echo "'
}
const TRANS = {
'Invalid Postcode' : '";
// line 30
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("Invalid Postcode", [], "messages");
echo "'
}
</script>
<title>
";
// line 35
$this->displayBlock('title', $context, $blocks);
// line 36
echo " </title>
<link rel=\"icon\" class=\"favicon\" type=\"image/png\" href=\"";
// line 38
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/favicon.png"), "html", null, true);
echo "\">
";
// line 40
$this->displayBlock('stylesheets', $context, $blocks);
// line 43
echo " </head>
<body>
";
// line 46
$this->displayBlock('body', $context, $blocks);
// line 47
echo "
";
// line 48
$this->loadTemplate("beautytada/base.twig", "beautytada/base.twig", 48, "1445635986")->display($context);
// line 51
echo "
";
// line 52
$this->displayBlock('javascripts', $context, $blocks);
// line 55
echo " </body>
</html>
";
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 9
public function block_head($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "head"));
// line 10
echo " <meta property=\"og:title\" content=\"BeautyTada\">
<meta property=\"og:description\" content=\"\">
<meta property=\"og:image\" content=\"";
// line 12
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/logo-white-bg-purple.jpg"), "html", null, true);
echo "\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 35
public function block_title($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
echo $this->env->getExtension('Symfony\Bridge\Twig\Extension\TranslationExtension')->trans("BeautyTada", [], "messages");
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 40
public function block_stylesheets($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 41
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("base");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 46
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 52
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 53
echo " ";
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("base");
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "beautytada/base.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 234 => 53, 224 => 52, 206 => 46, 193 => 41, 183 => 40, 164 => 35, 152 => 12, 148 => 10, 138 => 9, 126 => 55, 124 => 52, 121 => 51, 119 => 48, 116 => 47, 114 => 46, 109 => 43, 107 => 40, 102 => 38, 98 => 36, 96 => 35, 88 => 30, 82 => 27, 78 => 26, 64 => 14, 62 => 9, 54 => 4, 50 => 2, 48 => 1,);
}
public function getSourceContext()
{
return new Source("{% set LOCALE = app.request.locale %}
<!DOCTYPE html>
<html lang=\"{{ LOCALE }}\">
<head>
<meta charset=\"UTF-8\"/>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>
{% block head %}
<meta property=\"og:title\" content=\"BeautyTada\">
<meta property=\"og:description\" content=\"\">
<meta property=\"og:image\" content=\"{{ asset(\"build/images/logo-white-bg-purple.jpg\") }}\">
{% endblock %}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-528JTNWGKM\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-528JTNWGKM');
</script>
<script>
const WINDOW_CONFIG = {
locale: '{{ LOCALE }}',
reservationMode: '{{ k_reservation_mode() }}'
}
const TRANS = {
'Invalid Postcode' : '{% trans %}Invalid Postcode{% endtrans %}'
}
</script>
<title>
{% block title %}{% trans %}BeautyTada{% endtrans %}{% endblock %}
</title>
<link rel=\"icon\" class=\"favicon\" type=\"image/png\" href=\"{{ asset('build/images/favicon.png') }}\">
{% block stylesheets %}
{{ encore_entry_link_tags('base') }}
{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
{% embed 'default/components/cookies.twig' %}
{% block cookieUrl %}{{ k_page_url({'slug': 'imprint'}) }}{% endblock %}
{% endembed %}
{% block javascripts %}
{{ encore_entry_script_tags('base') }}
{% endblock %}
</body>
</html>
", "beautytada/base.twig", "/home/btdcom/www/testing-kob26688.beautytada.com/templates/beautytada/base.twig");
}
}
/* beautytada/base.twig */
class __TwigTemplate_7fc44a1700f161a285841f3b74ea63427003104abe5875dd00eabe4dd8f4ca23___1445635986 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'cookieUrl' => [$this, 'block_cookieUrl'],
];
}
protected function doGetParent(array $context)
{
// line 48
return "default/components/cookies.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "beautytada/base.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "beautytada/base.twig"));
$this->parent = $this->loadTemplate("default/components/cookies.twig", "beautytada/base.twig", 48);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 49
public function block_cookieUrl($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "cookieUrl"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "cookieUrl"));
echo twig_escape_filter($this->env, $this->extensions['Kobizo\Component\Template\TwigExtensions\PageProviderExtension']->getUrl(["slug" => "imprint"]), "html", null, true);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "beautytada/base.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 367 => 49, 344 => 48, 234 => 53, 224 => 52, 206 => 46, 193 => 41, 183 => 40, 164 => 35, 152 => 12, 148 => 10, 138 => 9, 126 => 55, 124 => 52, 121 => 51, 119 => 48, 116 => 47, 114 => 46, 109 => 43, 107 => 40, 102 => 38, 98 => 36, 96 => 35, 88 => 30, 82 => 27, 78 => 26, 64 => 14, 62 => 9, 54 => 4, 50 => 2, 48 => 1,);
}
public function getSourceContext()
{
return new Source("{% set LOCALE = app.request.locale %}
<!DOCTYPE html>
<html lang=\"{{ LOCALE }}\">
<head>
<meta charset=\"UTF-8\"/>
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/>
{% block head %}
<meta property=\"og:title\" content=\"BeautyTada\">
<meta property=\"og:description\" content=\"\">
<meta property=\"og:image\" content=\"{{ asset(\"build/images/logo-white-bg-purple.jpg\") }}\">
{% endblock %}
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src=\"https://www.googletagmanager.com/gtag/js?id=G-528JTNWGKM\"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-528JTNWGKM');
</script>
<script>
const WINDOW_CONFIG = {
locale: '{{ LOCALE }}',
reservationMode: '{{ k_reservation_mode() }}'
}
const TRANS = {
'Invalid Postcode' : '{% trans %}Invalid Postcode{% endtrans %}'
}
</script>
<title>
{% block title %}{% trans %}BeautyTada{% endtrans %}{% endblock %}
</title>
<link rel=\"icon\" class=\"favicon\" type=\"image/png\" href=\"{{ asset('build/images/favicon.png') }}\">
{% block stylesheets %}
{{ encore_entry_link_tags('base') }}
{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
{% embed 'default/components/cookies.twig' %}
{% block cookieUrl %}{{ k_page_url({'slug': 'imprint'}) }}{% endblock %}
{% endembed %}
{% block javascripts %}
{{ encore_entry_script_tags('base') }}
{% endblock %}
</body>
</html>
", "beautytada/base.twig", "/home/btdcom/www/testing-kob26688.beautytada.com/templates/beautytada/base.twig");
}
}