var/cache/dev/twig/f8/f8751360fa24e418e3a2cf4db6250eb5a5f53ed73042243b3ba301155b3c3c13.php line 68

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* blog/about.html.twig */
  16. class __TwigTemplate_38016ea83d5a099185f2e5cdb79518e1e1457de5c3969ea3468483d4ce5f6371 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->parent false;
  28.         $this->blocks = [
  29.         ];
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = []): iterable
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""blog/about.html.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""blog/about.html.twig"));
  38.         // line 1
  39.         yield "<div class=\"section about\">
  40.     <div class=\"well well-lg\">
  41.         <p>
  42.             ";
  43.         // line 4
  44.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("help.app_description");
  45.         yield "
  46.         </p>
  47.         <p>
  48.             ";
  49.         // line 7
  50.         yield $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("help.more_information");
  51.         yield "
  52.         </p>
  53.     </div>
  54. </div>
  55. ";
  56.         // line 15
  57.         yield "<!-- Fragment rendered on ";
  58.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env"now""long""long""""UTC"), "html"nulltrue);
  59.         yield " -->
  60. ";
  61.         
  62.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  63.         
  64.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  65.         yield from [];
  66.     }
  67.     /**
  68.      * @codeCoverageIgnore
  69.      */
  70.     public function getTemplateName(): string
  71.     {
  72.         return "blog/about.html.twig";
  73.     }
  74.     /**
  75.      * @codeCoverageIgnore
  76.      */
  77.     public function isTraitable(): bool
  78.     {
  79.         return false;
  80.     }
  81.     /**
  82.      * @codeCoverageIgnore
  83.      */
  84.     public function getDebugInfo(): array
  85.     {
  86.         return array (  67 => 15,  59 => 7,  53 => 4,  48 => 1,);
  87.     }
  88.     public function getSourceContext(): Source
  89.     {
  90.         return new Source("<div class=\"section about\">
  91.     <div class=\"well well-lg\">
  92.         <p>
  93.             {{ 'help.app_description'|trans|raw }}
  94.         </p>
  95.         <p>
  96.             {{ 'help.more_information'|trans|raw }}
  97.         </p>
  98.     </div>
  99. </div>
  100. {# it's not mandatory to set the timezone in localizeddate(). This is done to
  101.    avoid errors when the 'intl' PHP extension is not available and the application
  102.    is forced to use the limited \"intl polyfill\", which only supports UTC and GMT #}
  103. <!-- Fragment rendered on {{ 'now'|format_datetime('long', 'long', '', 'UTC') }} -->
  104. ""blog/about.html.twig""/home/clients/1e57b84061a8b3119c89d49d271a0c31/sites/site80.web01.cloud01.hgpcc.ch/templates/blog/about.html.twig");
  105.     }
  106. }