<?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;

/* favicons/favicons.twig */
class __TwigTemplate_a2823babd787d9800983c122597bd827 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 = []): iterable
    {
        $macros = $this->macros;
        // line 1
        yield "<link rel=\"icon\" type=\"image/svg+xml\" href=\"";
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "props", [], "any", false, false, false, 1), "configuration", [], "any", false, false, false, 1), "pageMeta", [], "any", false, false, false, 1), "schemeAndHost", [], "any", false, false, false, 1), "html", null, true);
        yield "/favicon.svg\"/>
<link rel=\"icon\" type=\"image/png\" href=\"";
        // line 2
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "props", [], "any", false, false, false, 2), "configuration", [], "any", false, false, false, 2), "pageMeta", [], "any", false, false, false, 2), "schemeAndHost", [], "any", false, false, false, 2), "html", null, true);
        yield "/favicon-96x96.png\" sizes=\"96x96\"/>
<link rel=\"shortcut icon\" href=\"";
        // line 3
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "props", [], "any", false, false, false, 3), "configuration", [], "any", false, false, false, 3), "pageMeta", [], "any", false, false, false, 3), "schemeAndHost", [], "any", false, false, false, 3), "html", null, true);
        yield "/favicon.ico\"/>
<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"";
        // line 4
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "props", [], "any", false, false, false, 4), "configuration", [], "any", false, false, false, 4), "pageMeta", [], "any", false, false, false, 4), "schemeAndHost", [], "any", false, false, false, 4), "html", null, true);
        yield "/apple-touch-icon.png\"/>
<meta name=\"apple-mobile-web-app-title\" content=\"Dětská misie\"/>
<link rel=\"manifest\" href=\"";
        // line 6
        yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["page"] ?? null), "props", [], "any", false, false, false, 6), "configuration", [], "any", false, false, false, 6), "pageMeta", [], "any", false, false, false, 6), "schemeAndHost", [], "any", false, false, false, 6), "html", null, true);
        yield "/manifest.json\"/>";
        yield from [];
    }

    /**
     * @codeCoverageIgnore
     */
    public function getTemplateName(): string
    {
        return "favicons/favicons.twig";
    }

    /**
     * @codeCoverageIgnore
     */
    public function isTraitable(): bool
    {
        return false;
    }

    /**
     * @codeCoverageIgnore
     */
    public function getDebugInfo(): array
    {
        return array (  60 => 6,  55 => 4,  51 => 3,  47 => 2,  42 => 1,);
    }

    public function getSourceContext(): Source
    {
        return new Source("", "favicons/favicons.twig", "/var/www/html/templates/favicons/favicons.twig");
    }
}
