var/cache/dev/twig/18/18aa40941907aee09aeb4dbaa7fe47ab.php line 155

  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. /* base-login.html.twig */
  16. class __TwigTemplate_08bcc8691ecd16db57a5ccb5c0618f4f 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.             'body' => [$this'block_body'],
  30.             'javascripts' => [$this'block_javascripts'],
  31.         ];
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = []): iterable
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base-login.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base-login.html.twig"));
  40.         // line 1
  41.         yield "<!DOCTYPE html>
  42. <html>
  43. <head>
  44.     <meta charset=\"UTF-8\">
  45.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  46.     <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">
  47.     <title>Dreams Chat - Html Template</title>
  48.         <!-- Favicon -->
  49.         <link rel=\"icon\" href=\"";
  50.         // line 10
  51.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/favicon/favicon.ico"), "html"nulltrue);
  52.         yield "\">
  53.         <!-- Bootstrap CSS -->
  54.         <link rel=\"stylesheet\" href=\"";
  55.         // line 13
  56.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/bootstrap.min.css"), "html"nulltrue);
  57.         yield "\">
  58.         <!-- Fontawesome CSS -->
  59.         <link rel=\"stylesheet\" href=\"";
  60.         // line 16
  61.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/plugins/fontawesome/css/fontawesome.min.css"), "html"nulltrue);
  62.         yield "\">
  63.         <link rel=\"stylesheet\" href=\"";
  64.         // line 17
  65.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/plugins/fontawesome/css/all.min.css"), "html"nulltrue);
  66.         yield "\">
  67.         <!-- Custom scroll CSS -->
  68.         <link rel=\"stylesheet\" href=\"";
  69.         // line 20
  70.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/plugins/mcustomscroll/jquery.mCustomScrollbar.css"), "html"nulltrue);
  71.         yield "\">
  72.         <!-- App CSS -->
  73.         <link rel=\"stylesheet\" href=\"";
  74.         // line 23
  75.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/css/app.css"), "html"nulltrue);
  76.         yield "\">
  77.         <!-- App Manifest -->
  78.         <link rel=\"manifest\" href=\"";
  79.         // line 26
  80.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/img/favicon/site.webmanifest"), "html"nulltrue);
  81.         yield "\" />
  82. </head>
  83.     <body  class=\"account-page\" >
  84.         <!-- Main Wrapper -->
  85.         <div class=\"main-wrapper\">\t\t\t
  86.             <!-- Page Content -->
  87.             <div class=\"content align-items-center\">
  88.                 ";
  89.         // line 35
  90.         yield from $this->unwrap()->yieldBlock('body'$context$blocks);
  91.         // line 36
  92.         yield "            </div>
  93.             <!-- /Page Content -->
  94.         </div>
  95.         <!-- /Main Wrapper -->
  96.         ";
  97.         // line 40
  98.         yield from $this->unwrap()->yieldBlock('javascripts'$context$blocks);
  99.         // line 55
  100.         yield "
  101.     </body>
  102. </html>";
  103.         
  104.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  105.         
  106.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  107.         yield from [];
  108.     }
  109.     // line 35
  110.     /**
  111.      * @return iterable<null|scalar|\Stringable>
  112.      */
  113.     public function block_body(array $context, array $blocks = []): iterable
  114.     {
  115.         $macros $this->macros;
  116.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  117.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  118.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  119.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  120.         
  121.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  122.         
  123.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  124.         yield from [];
  125.     }
  126.     // line 40
  127.     /**
  128.      * @return iterable<null|scalar|\Stringable>
  129.      */
  130.     public function block_javascripts(array $context, array $blocks = []): iterable
  131.     {
  132.         $macros $this->macros;
  133.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  134.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  135.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  136.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  137.         // line 41
  138.         yield "            ";
  139.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->env->getFunction('encore_entry_script_tags')->getCallable()("app"), "html"nulltrue);
  140.         yield "
  141.             <!-- jQuery -->
  142.             <script src=\"";
  143.         // line 43
  144.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/jquery-3.6.0.min.js"), "html"nulltrue);
  145.         yield "\"></script>
  146.             <!-- Bootstrap Core JS -->
  147.             <script src=\"";
  148.         // line 46
  149.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/bootstrap.bundle.min.js"), "html"nulltrue);
  150.         yield "\"></script>
  151.             <!-- Custom Scroll JS -->
  152.             <script src=\"";
  153.         // line 49
  154.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/jquery.nicescroll.min.js"), "html"nulltrue);
  155.         yield "\"></script>
  156.             <script src=\"";
  157.         // line 50
  158.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/plugins/mcustomscroll/jquery.mCustomScrollbar.js"), "html"nulltrue);
  159.         yield "\"></script>
  160.             <!-- Custom JS -->
  161.             <script src=\"";
  162.         // line 53
  163.         yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/script.js"), "html"nulltrue);
  164.         yield "\"></script>
  165.         ";
  166.         
  167.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  168.         
  169.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  170.         yield from [];
  171.     }
  172.     /**
  173.      * @codeCoverageIgnore
  174.      */
  175.     public function getTemplateName(): string
  176.     {
  177.         return "base-login.html.twig";
  178.     }
  179.     /**
  180.      * @codeCoverageIgnore
  181.      */
  182.     public function isTraitable(): bool
  183.     {
  184.         return false;
  185.     }
  186.     /**
  187.      * @codeCoverageIgnore
  188.      */
  189.     public function getDebugInfo(): array
  190.     {
  191.         return array (  193 => 53,  187 => 50,  183 => 49,  177 => 46,  171 => 43,  165 => 41,  152 => 40,  130 => 35,  117 => 55,  115 => 40,  109 => 36,  107 => 35,  95 => 26,  89 => 23,  83 => 20,  77 => 17,  73 => 16,  67 => 13,  61 => 10,  50 => 1,);
  192.     }
  193.     public function getSourceContext(): Source
  194.     {
  195.         return new Source("<!DOCTYPE html>
  196. <html>
  197. <head>
  198.     <meta charset=\"UTF-8\">
  199.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  200.     <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">
  201.     <title>Dreams Chat - Html Template</title>
  202.         <!-- Favicon -->
  203.         <link rel=\"icon\" href=\"{{ asset('assets/img/favicon/favicon.ico') }}\">
  204.         <!-- Bootstrap CSS -->
  205.         <link rel=\"stylesheet\" href=\"{{ asset('assets/css/bootstrap.min.css') }}\">
  206.         <!-- Fontawesome CSS -->
  207.         <link rel=\"stylesheet\" href=\"{{ asset('assets/plugins/fontawesome/css/fontawesome.min.css') }}\">
  208.         <link rel=\"stylesheet\" href=\"{{ asset('assets/plugins/fontawesome/css/all.min.css') }}\">
  209.         <!-- Custom scroll CSS -->
  210.         <link rel=\"stylesheet\" href=\"{{ asset('assets/plugins/mcustomscroll/jquery.mCustomScrollbar.css') }}\">
  211.         <!-- App CSS -->
  212.         <link rel=\"stylesheet\" href=\"{{ asset('assets/css/app.css') }}\">
  213.         <!-- App Manifest -->
  214.         <link rel=\"manifest\" href=\"{{ asset('assets/img/favicon/site.webmanifest') }}\" />
  215. </head>
  216.     <body  class=\"account-page\" >
  217.         <!-- Main Wrapper -->
  218.         <div class=\"main-wrapper\">\t\t\t
  219.             <!-- Page Content -->
  220.             <div class=\"content align-items-center\">
  221.                 {% block body %}{% endblock %}
  222.             </div>
  223.             <!-- /Page Content -->
  224.         </div>
  225.         <!-- /Main Wrapper -->
  226.         {% block javascripts %}
  227.             {{ encore_entry_script_tags('app') }}
  228.             <!-- jQuery -->
  229.             <script src=\"{{ asset('assets/js/jquery-3.6.0.min.js') }}\"></script>
  230.             <!-- Bootstrap Core JS -->
  231.             <script src=\"{{ asset('assets/js/bootstrap.bundle.min.js') }}\"></script>
  232.             <!-- Custom Scroll JS -->
  233.             <script src=\"{{ asset('assets/js/jquery.nicescroll.min.js') }}\"></script>
  234.             <script src=\"{{ asset('assets/plugins/mcustomscroll/jquery.mCustomScrollbar.js') }}\"></script>
  235.             <!-- Custom JS -->
  236.             <script src=\"{{ asset('assets/js/script.js') }}\"></script>
  237.         {% endblock%}
  238.     </body>
  239. </html>""base-login.html.twig""/var/www/luxwing/templates/base-login.html.twig");
  240.     }
  241. }