var/cache/dev/twig/77/7716d4b83caffbc62c7821cd406ee11a.php line 141

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* @Public/base.html.twig */
  14. class __TwigTemplate_cc8f860effab93cffacdca64ee4bb8db extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'page_meta_title' => [$this'block_page_meta_title'],
  25.             'meta' => [$this'block_meta'],
  26.             'page_scripts' => [$this'block_page_scripts'],
  27.             'page_stylesheet' => [$this'block_page_stylesheet'],
  28.             'body_class' => [$this'block_body_class'],
  29.             'body_attributes' => [$this'block_body_attributes'],
  30.             'included_scripts' => [$this'block_included_scripts'],
  31.             'container' => [$this'block_container'],
  32.             'flash_messages' => [$this'block_flash_messages'],
  33.             'modal' => [$this'block_modal'],
  34.             'page_specific_javascript' => [$this'block_page_specific_javascript'],
  35.             'footer_stylesheet' => [$this'block_footer_stylesheet'],
  36.             'footer_scripts' => [$this'block_footer_scripts'],
  37.         ];
  38.     }
  39.     protected function doDisplay(array $context, array $blocks = [])
  40.     {
  41.         $macros $this->macros;
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Public/base.html.twig"));
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@Public/base.html.twig"));
  46.         // line 1
  47.         echo "<!DOCTYPE html>
  48. <html lang=\"en\">
  49. <head>
  50.     <script async src=\"https://www.googletagmanager.com/gtag/js?id=";
  51.         // line 4
  52.         echo twig_escape_filter($this->env, (isset($context["google_analytics_id"]) || array_key_exists("google_analytics_id"$context) ? $context["google_analytics_id"] : (function () { throw new RuntimeError('Variable "google_analytics_id" does not exist.'4$this->source); })()), "html"nulltrue);
  53.         echo "\"></script>
  54.     <script>
  55.         window.dataLayer = window.dataLayer || [];
  56.         function gtag() { dataLayer.push(arguments); }
  57.         gtag(\"js\", new Date());
  58.         gtag(\"config\", \"";
  59.         // line 9
  60.         echo twig_escape_filter($this->env, (isset($context["google_analytics_id"]) || array_key_exists("google_analytics_id"$context) ? $context["google_analytics_id"] : (function () { throw new RuntimeError('Variable "google_analytics_id" does not exist.'9$this->source); })()), "html"nulltrue);
  61.         echo "\");
  62.     </script>
  63.     <meta charset=\"UTF-8\">
  64.     <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  65.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  66.     <title>Fund My Textbooks ";
  67.         // line 14
  68.         $this->displayBlock('page_meta_title'$context$blocks);
  69.         echo "</title>
  70.     ";
  71.         // line 15
  72.         $this->loadTemplate("@Public/iframeHandler.html.twig""@Public/base.html.twig"15)->display($context);
  73.         // line 16
  74.         echo "
  75.     ";
  76.         // line 17
  77.         $this->displayBlock('meta'$context$blocks);
  78.         // line 18
  79.         echo "
  80.     ";
  81.         // line 19
  82.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("main");
  83.         echo "
  84.     ";
  85.         // line 20
  86.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("base");
  87.         echo "
  88.     ";
  89.         // line 21
  90.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("admin");
  91.         echo "
  92.     <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic\">
  93.     <link rel=\"icon\" type=\"image/x-icon\" href=\"";
  94.         // line 25
  95.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/images/favicon-fmt.png"), "html"nulltrue);
  96.         echo "\">
  97.     <script src=\"";
  98.         // line 27
  99.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("bundles/fosjsrouting/js/router.min.js"), "html"nulltrue);
  100.         echo "\"></script>
  101.     <script src=\"";
  102.         // line 28
  103.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("fos_js_routing_js", ["callback" => "fos.Router.setData"]);
  104.         echo "\"></script>
  105.     ";
  106.         // line 30
  107.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("accessiBe");
  108.         echo "
  109.     ";
  110.         // line 32
  111.         $this->displayBlock('page_scripts'$context$blocks);
  112.         // line 34
  113.         echo "    ";
  114.         $this->displayBlock('page_stylesheet'$context$blocks);
  115.         // line 36
  116.         echo "</head>
  117. <body class=\"";
  118.         // line 37
  119.         $this->displayBlock('body_class'$context$blocks);
  120.         echo "\" ";
  121.         $this->displayBlock('body_attributes'$context$blocks);
  122.         echo ">
  123. ";
  124.         // line 38
  125.         $this->displayBlock('included_scripts'$context$blocks);
  126.         // line 41
  127.         $this->displayBlock('container'$context$blocks);
  128.         // line 42
  129.         echo "
  130. ";
  131.         // line 44
  132.         $this->displayBlock('flash_messages'$context$blocks);
  133.         // line 47
  134.         echo "
  135. ";
  136.         // line 48
  137.         $this->displayBlock('modal'$context$blocks);
  138.         // line 51
  139.         echo "
  140. ";
  141.         // line 52
  142.         $this->loadTemplate("@Public/common/_autocomplete.html.twig""@Public/base.html.twig"52)->display($context);
  143.         // line 53
  144.         echo "
  145. ";
  146.         // line 56
  147.         $this->displayBlock('page_specific_javascript'$context$blocks);
  148.         // line 57
  149.         echo "
  150. ";
  151.         // line 58
  152.         $this->displayBlock('footer_stylesheet'$context$blocks);
  153.         // line 60
  154.         echo "
  155. ";
  156.         // line 61
  157.         $this->displayBlock('footer_scripts'$context$blocks);
  158.         // line 63
  159.         echo "</body>
  160. </html>
  161. ";
  162.         
  163.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  164.         
  165.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  166.     }
  167.     // line 14
  168.     public function block_page_meta_title($context, array $blocks = [])
  169.     {
  170.         $macros $this->macros;
  171.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  172.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_meta_title"));
  173.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  174.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_meta_title"));
  175.         
  176.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  177.         
  178.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  179.     }
  180.     // line 17
  181.     public function block_meta($context, array $blocks = [])
  182.     {
  183.         $macros $this->macros;
  184.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  185.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  186.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  187.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  188.         
  189.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  190.         
  191.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  192.     }
  193.     // line 32
  194.     public function block_page_scripts($context, array $blocks = [])
  195.     {
  196.         $macros $this->macros;
  197.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  198.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_scripts"));
  199.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  200.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_scripts"));
  201.         // line 33
  202.         echo "    ";
  203.         
  204.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  205.         
  206.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  207.     }
  208.     // line 34
  209.     public function block_page_stylesheet($context, array $blocks = [])
  210.     {
  211.         $macros $this->macros;
  212.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  213.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_stylesheet"));
  214.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  215.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_stylesheet"));
  216.         // line 35
  217.         echo "    ";
  218.         
  219.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  220.         
  221.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  222.     }
  223.     // line 37
  224.     public function block_body_class($context, array $blocks = [])
  225.     {
  226.         $macros $this->macros;
  227.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  228.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_class"));
  229.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  230.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_class"));
  231.         echo "ark-wrapper skin-blue layout-top-nav";
  232.         
  233.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  234.         
  235.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  236.     }
  237.     public function block_body_attributes($context, array $blocks = [])
  238.     {
  239.         $macros $this->macros;
  240.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  241.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_attributes"));
  242.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  243.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_attributes"));
  244.         
  245.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  246.         
  247.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  248.     }
  249.     // line 38
  250.     public function block_included_scripts($context, array $blocks = [])
  251.     {
  252.         $macros $this->macros;
  253.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  254.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""included_scripts"));
  255.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  256.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""included_scripts"));
  257.         // line 39
  258.         echo "    ";
  259.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  260.         echo "
  261. ";
  262.         
  263.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  264.         
  265.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  266.     }
  267.     // line 41
  268.     public function block_container($context, array $blocks = [])
  269.     {
  270.         $macros $this->macros;
  271.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  272.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""container"));
  273.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  274.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""container"));
  275.         
  276.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  277.         
  278.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  279.     }
  280.     // line 44
  281.     public function block_flash_messages($context, array $blocks = [])
  282.     {
  283.         $macros $this->macros;
  284.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  285.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flash_messages"));
  286.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  287.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""flash_messages"));
  288.         // line 45
  289.         echo "    ";
  290.         $this->loadTemplate("@Public/common/_flash_messages.htm.twig""@Public/base.html.twig"45)->display(twig_array_merge($context, ["flashes" => 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.'45$this->source); })()), "flashes", [], "any"falsefalsefalse45)]));
  291.         
  292.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  293.         
  294.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  295.     }
  296.     // line 48
  297.     public function block_modal($context, array $blocks = [])
  298.     {
  299.         $macros $this->macros;
  300.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  301.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modal"));
  302.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  303.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modal"));
  304.         // line 49
  305.         echo "    ";
  306.         $this->loadTemplate("@Public/common/_modal_html.twig""@Public/base.html.twig"49)->display($context);
  307.         
  308.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  309.         
  310.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  311.     }
  312.     // line 56
  313.     public function block_page_specific_javascript($context, array $blocks = [])
  314.     {
  315.         $macros $this->macros;
  316.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  317.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_specific_javascript"));
  318.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  319.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_specific_javascript"));
  320.         
  321.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  322.         
  323.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  324.     }
  325.     // line 58
  326.     public function block_footer_stylesheet($context, array $blocks = [])
  327.     {
  328.         $macros $this->macros;
  329.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  330.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer_stylesheet"));
  331.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  332.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer_stylesheet"));
  333.         
  334.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  335.         
  336.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  337.     }
  338.     // line 61
  339.     public function block_footer_scripts($context, array $blocks = [])
  340.     {
  341.         $macros $this->macros;
  342.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  343.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer_scripts"));
  344.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  345.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer_scripts"));
  346.         
  347.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  348.         
  349.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  350.     }
  351.     public function getTemplateName()
  352.     {
  353.         return "@Public/base.html.twig";
  354.     }
  355.     public function isTraitable()
  356.     {
  357.         return false;
  358.     }
  359.     public function getDebugInfo()
  360.     {
  361.         return array (  419 => 61,  401 => 58,  383 => 56,  372 => 49,  362 => 48,  351 => 45,  341 => 44,  323 => 41,  310 => 39,  300 => 38,  264 => 37,  254 => 35,  244 => 34,  234 => 33,  224 => 32,  206 => 17,  188 => 14,  176 => 63,  174 => 61,  171 => 60,  169 => 58,  166 => 57,  164 => 56,  159 => 53,  157 => 52,  154 => 51,  152 => 48,  149 => 47,  147 => 44,  143 => 42,  141 => 41,  139 => 38,  133 => 37,  130 => 36,  127 => 34,  125 => 32,  120 => 30,  115 => 28,  111 => 27,  106 => 25,  99 => 21,  95 => 20,  91 => 19,  88 => 18,  86 => 17,  83 => 16,  81 => 15,  77 => 14,  69 => 9,  61 => 4,  56 => 1,);
  362.     }
  363.     public function getSourceContext()
  364.     {
  365.         return new Source("<!DOCTYPE html>
  366. <html lang=\"en\">
  367. <head>
  368.     <script async src=\"https://www.googletagmanager.com/gtag/js?id={{ google_analytics_id }}\"></script>
  369.     <script>
  370.         window.dataLayer = window.dataLayer || [];
  371.         function gtag() { dataLayer.push(arguments); }
  372.         gtag(\"js\", new Date());
  373.         gtag(\"config\", \"{{ google_analytics_id }}\");
  374.     </script>
  375.     <meta charset=\"UTF-8\">
  376.     <meta content=\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\" name=\"viewport\">
  377.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  378.     <title>Fund My Textbooks {% block page_meta_title %}{% endblock page_meta_title%}</title>
  379.     {% include '@Public/iframeHandler.html.twig'%}
  380.     {% block meta %}{% endblock meta %}
  381.     {{ encore_entry_link_tags('main') }}
  382.     {{ encore_entry_link_tags('base') }}
  383.     {{ encore_entry_link_tags('admin') }}
  384.     <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic\">
  385.     <link rel=\"icon\" type=\"image/x-icon\" href=\"{{ asset('build/images/favicon-fmt.png') }}\">
  386.     <script src=\"{{ asset('bundles/fosjsrouting/js/router.min.js') }}\"></script>
  387.     <script src=\"{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}\"></script>
  388.     {{ encore_entry_script_tags('accessiBe') }}
  389.     {% block page_scripts %}
  390.     {% endblock page_scripts %}
  391.     {% block page_stylesheet %}
  392.     {% endblock page_stylesheet %}
  393. </head>
  394. <body class=\"{% block body_class %}ark-wrapper skin-blue layout-top-nav{% endblock body_class %}\" {% block body_attributes %}{%  endblock body_attributes %}>
  395. {% block included_scripts %}
  396.     {{ encore_entry_script_tags('app') }}
  397. {% endblock included_scripts %}
  398. {% block container %}{% endblock container %}
  399. {% block flash_messages %}
  400.     {% include '@Public/common/_flash_messages.htm.twig' with {flashes: app.flashes} %}
  401. {% endblock flash_messages %}
  402. {% block modal %}
  403.     {% include '@Public/common/_modal_html.twig' %}
  404. {% endblock modal %}
  405. {% include '@Public/common/_autocomplete.html.twig' %}
  406. {% block page_specific_javascript %}{% endblock page_specific_javascript %}
  407. {% block footer_stylesheet %}
  408. {% endblock footer_stylesheet %}
  409. {% block footer_scripts %}
  410. {% endblock footer_scripts %}
  411. </body>
  412. </html>
  413. ""@Public/base.html.twig""/home/fmt/public_html/templates/base.html.twig");
  414.     }
  415. }