Deprecated : Symfony\Component\Translation\t(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/translation/Resources/functions.php on line 18
Deprecated : Symfony\Component\Dotenv\Dotenv::loadEnv(): Implicitly marking parameter $envKey as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/dotenv/Dotenv.php on line 110
Deprecated : Symfony\Component\Runtime\GenericRuntime::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/GenericRuntime.php on line 89
Deprecated : Symfony\Component\Runtime\RuntimeInterface::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/RuntimeInterface.php on line 26
Deprecated : Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46
Deprecated : Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46
Deprecated : Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/Input.php on line 36
Deprecated : Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 58
Deprecated : Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler
<?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 ;
/* @theme/base.html.twig */
class __TwigTemplate_c8777ffd984776a766c7bf8ac93d5754 extends Template
{
private $source ;
private $macros = [];
public function __construct ( Environment $env )
{
parent :: __construct ( $env );
$this -> source = $this -> getSourceContext ();
$this -> parent = false ;
$this -> blocks = [
'metatitle' => [ $this , 'block_metatitle' ],
'metadescription' => [ $this , 'block_metadescription' ],
'stylesheets' => [ $this , 'block_stylesheets' ],
'javascripts' => [ $this , 'block_javascripts' ],
'bodyattributes' => [ $this , 'block_bodyattributes' ],
'body' => [ $this , 'block_body' ],
];
}
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" , "@theme/base.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/base.html.twig" ));
// line 1
echo "<!DOCTYPE html>
<html lang=\"en\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<title>";
// line 6
$this -> displayBlock ( 'metatitle' , $context , $blocks );
echo " | " ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "sitename" ]) || array_key_exists ( "sitename" , $context ) ? $context [ "sitename" ] : (function () { throw new RuntimeError ( 'Variable "sitename" does not exist.' , 6 , $this -> source ); })()), "html" , null , true );
echo "</title>
<meta name=\"robots\" content=\"index,follow\">
<meta name=\"description\" content=\"";
// line 8
$this -> displayBlock ( 'metadescription' , $context , $blocks );
echo "\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta name=\"format-detection\" content=\"telephone=no\">
<meta name=\"theme-color\" content=\"";
// line 11
echo twig_escape_filter ( $this -> env , (isset( $context [ "theme_colour" ]) || array_key_exists ( "theme_colour" , $context ) ? $context [ "theme_colour" ] : (function () { throw new RuntimeError ( 'Variable "theme_colour" does not exist.' , 11 , $this -> source ); })()), "html" , null , true );
echo "\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/images/icons/apple-touch-icon.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/images/icons/favicon-32x32-light.png\" media=\"(prefers-color-scheme: light)\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/images/icons/favicon-32x32-dark.png\" media=\"(prefers-color-scheme: dark)\">
<link rel=\"manifest\" href=\"/site.webmanifest\">
";
// line 20
echo " " ;
if ($this -> extensions [ 'Symfony\Bridge\Twig\Extension\SecurityExtension' ]-> isGranted ( "ROLE_CMS_ACCESS" )) {
// line 21
echo " " ;
$this -> loadTemplate ( "Widgets/admin-css-imports.html.twig" , "@theme/base.html.twig" , 21 )-> display ( $context );
// line 22
echo " " ;
}
// line 23
echo "
";
// line 25
echo " " ;
echo $this -> extensions [ 'Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension' ]-> renderWebpackLinkTags ( "app" );
echo "
";
// line 26
$this -> displayBlock ( 'stylesheets' , $context , $blocks );
// line 27
echo " <script src=\"https://kit.fontawesome.com/eace9dba9c.js\" crossorigin=\"anonymous\"></script>
";
// line 30
echo " " ;
echo $this -> extensions [ 'Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension' ]-> renderWebpackScriptTags ( "app" );
echo "
";
// line 31
$this -> displayBlock ( 'javascripts' , $context , $blocks );
// line 32
echo " </head>
";
// line 34
if ( $this -> extensions [ 'Symfony\Bridge\Twig\Extension\SecurityExtension' ]-> isGranted ( "ROLE_CMS_ACCESS" )) {
// line 35
echo " <body class=\"skin-blue sidebar-collapse sidebar-mini\">
";
// line 36
echo $this -> env -> getRuntime ( 'Symfony\Bridge\Twig\Extension\HttpKernelRuntime' )-> renderFragment ( Symfony\Bridge\Twig\Extension\HttpKernelExtension :: controller ( "App\\Controller\\AdminDefaultController::showAdminHeader" ));
echo "
";
} else {
// line 38
echo " <body " ;
$this -> displayBlock ( 'bodyattributes' , $context , $blocks );
echo " data-env=\"" ;
echo twig_escape_filter ( $this -> env , 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.' , 38 , $this -> source ); })()), "environment" , [], "any" , false , false , false , 38 ), "html" , null , true );
echo "\" data-gtmcode=\"" ;
echo twig_escape_filter ( $this -> env , (isset( $context [ "gtm_code" ]) || array_key_exists ( "gtm_code" , $context ) ? $context [ "gtm_code" ] : (function () { throw new RuntimeError ( 'Variable "gtm_code" does not exist.' , 38 , $this -> source ); })()), "html" , null , true );
echo "\">
";
}
// line 40
echo " <!-- HEADER -->
";
// line 41
$this -> loadTemplate ( "@theme/common/site-header.html.twig" , "@theme/base.html.twig" , 41 )-> display ( $context );
// line 42
echo "
";
// line 43
echo $this -> env -> getFunction ( 'renderPcgcComponents' )-> getCallable ()( "Below Header" , (isset( $context [ "pageComponents" ]) || array_key_exists ( "pageComponents" , $context ) ? $context [ "pageComponents" ] : (function () { throw new RuntimeError ( 'Variable "pageComponents" does not exist.' , 43 , $this -> source ); })()));
echo "
";
// line 45
$this -> loadTemplate ( "@theme/common/alert-notifications.html.twig" , "@theme/base.html.twig" , 45 )-> display ( $context );
// line 46
echo "
<!-- CONTENT -->
";
// line 48
$this -> displayBlock ( 'body' , $context , $blocks );
// line 49
echo " <!-- END CONTENT -->
";
// line 52
echo " " ;
// line 53
echo " " ;
// line 59
echo " " ;
// line 60
echo "
";
// line 61
$this -> loadTemplate ( "@theme/common/site-footer.html.twig" , "@theme/base.html.twig" , 61 )-> display ( $context );
// line 62
echo "
<script src=\"";
// line 63
echo twig_escape_filter ( $this -> env , $this -> extensions [ 'Symfony\Bridge\Twig\Extension\AssetExtension' ]-> getAssetUrl ( "/js/modernizr-3.5.0.min.js" ), "html" , null , true );
echo "\" defer></script>
<script src=\"";
// line 64
echo twig_escape_filter ( $this -> env , $this -> extensions [ 'Symfony\Bridge\Twig\Extension\AssetExtension' ]-> getAssetUrl ( "//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.js" ), "html" , null , true );
echo "\"></script>
";
// line 66
echo " " ;
if ($this -> extensions [ 'Symfony\Bridge\Twig\Extension\SecurityExtension' ]-> isGranted ( "ROLE_CMS_ACCESS" )) {
// line 67
echo " " ;
$this -> loadTemplate ( "Widgets/admin-js-imports.html.twig" , "@theme/base.html.twig" , 67 )-> display ( $context );
// line 68
echo " " ;
}
// line 69
echo "
";
// line 70
$this -> loadTemplate ( "@theme/common/consent.html.twig" , "@theme/base.html.twig" , 70 )-> display ( $context );
// line 71
echo " " ;
$this -> loadTemplate ( "@theme/common/search-form.html.twig" , "@theme/base.html.twig" , 71 )-> display ( $context );
// line 72
echo " </body>
</html>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
}
// line 6
public function block_metatitle ( $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" , "metatitle" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "metatitle" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
// line 8
public function block_metadescription ( $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" , "metadescription" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "metadescription" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
// line 26
public function block_stylesheets ( $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" , "stylesheets" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "stylesheets" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
// line 31
public function block_javascripts ( $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" , "javascripts" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "javascripts" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
// line 38
public function block_bodyattributes ( $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" , "bodyattributes" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "bodyattributes" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
// line 48
public function block_body ( $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" , "body" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this -> extensions [ "Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension" ];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> enter ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile ( $this -> getTemplateName (), "block" , "body" ));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f -> leave ( $__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof );
$__internal_5a27a8ba21ca79b61932376b2fa922d2 -> leave ( $__internal_5a27a8ba21ca79b61932376b2fa922d2_prof );
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName ()
{
return "@theme/base.html.twig" ;
}
/**
* @codeCoverageIgnore
*/
public function isTraitable ()
{
return false ;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo ()
{
return array ( 300 => 48 , 282 => 38 , 264 => 31 , 246 => 26 , 228 => 8 , 210 => 6 , 198 => 72 , 195 => 71 , 193 => 70 , 190 => 69 , 187 => 68 , 184 => 67 , 181 => 66 , 177 => 64 , 173 => 63 , 170 => 62 , 168 => 61 , 165 => 60 , 163 => 59 , 161 => 53 , 159 => 52 , 155 => 49 , 153 => 48 , 149 => 46 , 147 => 45 , 142 => 43 , 139 => 42 , 137 => 41 , 134 => 40 , 124 => 38 , 119 => 36 , 116 => 35 , 114 => 34 , 110 => 32 , 108 => 31 , 103 => 30 , 99 => 27 , 97 => 26 , 92 => 25 , 89 => 23 , 86 => 22 , 83 => 21 , 80 => 20 , 69 => 11 , 63 => 8 , 56 => 6 , 49 => 1 ,);
}
public function getSourceContext ()
{
return new Source ( "<!DOCTYPE html>
<html lang=\"en\">
<head>
<meta charset=\"utf-8\">
<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
<title>{% block metatitle %}{% endblock %} | {{ sitename }}</title>
<meta name=\"robots\" content=\"index,follow\">
<meta name=\"description\" content=\"{% block metadescription %}{% endblock %}\">
<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
<meta name=\"format-detection\" content=\"telephone=no\">
<meta name=\"theme-color\" content=\"{{ theme_colour }}\">
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/images/icons/apple-touch-icon.png\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/images/icons/favicon-32x32-light.png\" media=\"(prefers-color-scheme: light)\">
<link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/images/icons/favicon-32x32-dark.png\" media=\"(prefers-color-scheme: dark)\">
<link rel=\"manifest\" href=\"/site.webmanifest\">
{# ADMIN ONLY CSS FILES MERGED INTO SINGLE INCLUDE FILE #}
{% if is_granted('ROLE_CMS_ACCESS') %}
{% include 'Widgets/admin-css-imports.html.twig' %}
{% endif %}
{# WEBPACK COMPILED CSS #}
{{ encore_entry_link_tags('app') }}
{% block stylesheets %}{% endblock %}
<script src=\"https://kit.fontawesome.com/eace9dba9c.js\" crossorigin=\"anonymous\"></script>
{# WEBPACK COMPILED JS - USES DEFER #}
{{ encore_entry_script_tags('app') }}
{% block javascripts %}{% endblock %}
</head>
{% if is_granted('ROLE_CMS_ACCESS') %}
<body class=\"skin-blue sidebar-collapse sidebar-mini\">
{{ render(controller('App\\\\Controller\\\\AdminDefaultController::showAdminHeader')) }}
{% else %}
<body {% block bodyattributes %}{% endblock %} data-env=\"{{ app.environment }}\" data-gtmcode=\"{{ gtm_code }}\">
{% endif %}
<!-- HEADER -->
{% include '@theme/common/site-header.html.twig' %}
{{ renderPcgcComponents('Below Header', pageComponents)|raw }}
{% include '@theme/common/alert-notifications.html.twig' %}
<!-- CONTENT -->
{% block body %}{% endblock %}
<!-- END CONTENT -->
{# SETTINGS EXAMPLE #}
{# {{ renderSetting(id, field) }} #}
{# <p>{{ renderSetting(1, 'title') }}</p>
<p>{{ renderSetting(1, 'displayText') }}</p>
<p>{{ renderSetting(1, 'content') }}</p>
<img src=\"{{ imageCache(renderSetting(1, 'image'), 'cropResize', 500, 500) }}\" alt=\"{{ renderSetting(1, 'title') }}\">
<a href=\"{{ renderSetting(1, 'file') }}\" target=\"_blank\">Download</a>
<video src=\"{{ renderSetting(1, 'video') }}\" controls></video> #}
{# SETTINGS EXAMPLE #}
{% include '@theme/common/site-footer.html.twig' %}
<script src=\"{{ asset('/js/modernizr-3.5.0.min.js')}}\" defer></script>
<script src=\"{{ asset('//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.js')}}\"></script>
{# <script src=\"{{ asset('/js/bootstrap.bundle.min.js')}}\"></script> #}
{% if is_granted('ROLE_CMS_ACCESS') %}
{% include 'Widgets/admin-js-imports.html.twig' %}
{% endif %}
{% include \"@theme/common/consent.html.twig\" %}
{% include \"@theme/common/search-form.html.twig\" %}
</body>
</html>
", "@theme/base.html.twig" , "/var/www/html/t/taurushr/templates/themes/theme/base.html.twig" );
}
}