File: //home/cafsindia/help.cafsindia.com/var/cache/dev/twig/dc/dc3ed01fec75b2aa6add71773ef25414.php
<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
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;
use Twig\TemplateWrapper;
/* @WebProfiler/Profiler/header.html.twig */
class __TwigTemplate_521703a2686ddf8f22218c1c7e21616f extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
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 = [])
{
$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", "@WebProfiler/Profiler/header.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@WebProfiler/Profiler/header.html.twig"));
// line 1
yield "<div id=\"header\">
<div class=\"container\">
<h1>";
// line 3
yield Twig\Extension\CoreExtension::include($this->env, $context, "@WebProfiler/Icon/symfony.svg");
yield " Symfony <span>Profiler</span></h1>
<div class=\"search\">
<form method=\"get\" action=\"https://symfony.com/search\" target=\"_blank\">
<div class=\"form-row\">
<input name=\"q\" id=\"search-id\" type=\"search\" placeholder=\"search on symfony.com\">
<button type=\"submit\" class=\"btn\">Search</button>
</div>
</form>
</div>
</div>
</div>
";
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "@WebProfiler/Profiler/header.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 52 => 3, 48 => 1,);
}
public function getSourceContext(): Source
{
return new Source("<div id=\"header\">
<div class=\"container\">
<h1>{{ include('@WebProfiler/Icon/symfony.svg') }} Symfony <span>Profiler</span></h1>
<div class=\"search\">
<form method=\"get\" action=\"https://symfony.com/search\" target=\"_blank\">
<div class=\"form-row\">
<input name=\"q\" id=\"search-id\" type=\"search\" placeholder=\"search on symfony.com\">
<button type=\"submit\" class=\"btn\">Search</button>
</div>
</form>
</div>
</div>
</div>
", "@WebProfiler/Profiler/header.html.twig", "/home/cafsindia/help.cafsindia.com/vendor/symfony/web-profiler-bundle/Resources/views/Profiler/header.html.twig");
}
}