var/cache/dev/twig/7b/7b88428a7c61df29605a76ec174c3a34.php line 45

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. /* base.html.twig */
  14. class __TwigTemplate_e76f2e3cfec03196a443f2d3b7af969d extends \Twig\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.             'title' => [$this'block_title'],
  25.             'metas_titulo' => [$this'block_metas_titulo'],
  26.             'metas_descripcion' => [$this'block_metas_descripcion'],
  27.             'keywords' => [$this'block_keywords'],
  28.             'datosestructurados' => [$this'block_datosestructurados'],
  29.             'metafb' => [$this'block_metafb'],
  30.             'metatw' => [$this'block_metatw'],
  31.             'stylesheets' => [$this'block_stylesheets'],
  32.             'body_class' => [$this'block_body_class'],
  33.             'page_body_class' => [$this'block_page_body_class'],
  34.             'body' => [$this'block_body'],
  35.             'javascripts' => [$this'block_javascripts'],
  36.         ];
  37.     }
  38.     protected function doDisplay(array $context, array $blocks = [])
  39.     {
  40.         $macros $this->macros;
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  45.         // line 1
  46.         echo "<!DOCTYPE html>
  47. <html>
  48. <head>
  49.     <meta charset=\"UTF-8\"/>
  50.     <title> ";
  51.         // line 5
  52.         $this->displayBlock('title'$context$blocks);
  53.         echo " | ";
  54.         echo twig_escape_filter($this->env, (isset($context["empresa_nombre"]) || array_key_exists("empresa_nombre"$context) ? $context["empresa_nombre"] : (function () { throw new RuntimeError('Variable "empresa_nombre" does not exist.'5$this->source); })()), "html"nulltrue);
  55.         echo "</title>
  56.     <meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"/>
  57.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">
  58.     ";
  59.         // line 9
  60.         $this->displayBlock('metas_titulo'$context$blocks);
  61.         // line 10
  62.         echo "    ";
  63.         $this->displayBlock('metas_descripcion'$context$blocks);
  64.         // line 11
  65.         echo "    ";
  66.         $this->displayBlock('keywords'$context$blocks);
  67.         // line 12
  68.         echo "    ";
  69.         $this->displayBlock('datosestructurados'$context$blocks);
  70.         // line 13
  71.         echo "
  72.     ";
  73.         // line 14
  74.         $this->displayBlock('metafb'$context$blocks);
  75.         // line 24
  76.         echo "
  77.     ";
  78.         // line 25
  79.         $this->displayBlock('metatw'$context$blocks);
  80.         // line 35
  81.         echo "
  82.     <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"";
  83.         // line 36
  84.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("favicon.ico"), "html"nulltrue);
  85.         echo "\">
  86.     ";
  87.         // line 38
  88.         $this->displayBlock('stylesheets'$context$blocks);
  89.         // line 39
  90.         echo "</head>
  91. <body class=\"";
  92.         // line 40
  93.         $this->displayBlock('body_class'$context$blocks);
  94.         echo " ";
  95.         $this->displayBlock('page_body_class'$context$blocks);
  96.         echo "\">
  97. ";
  98.         // line 42
  99.         $this->displayBlock('body'$context$blocks);
  100.         // line 43
  101.         echo "</body>
  102. </html>
  103. ";
  104.         // line 45
  105.         $this->displayBlock('javascripts'$context$blocks);
  106.         
  107.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  108.         
  109.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  110.     }
  111.     // line 5
  112.     public function block_title($context, array $blocks = [])
  113.     {
  114.         $macros $this->macros;
  115.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  116.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  117.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  118.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  119.         
  120.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  121.         
  122.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  123.     }
  124.     // line 9
  125.     public function block_metas_titulo($context, array $blocks = [])
  126.     {
  127.         $macros $this->macros;
  128.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  129.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metas_titulo"));
  130.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  131.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metas_titulo"));
  132.         echo " ";
  133.         
  134.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  135.         
  136.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  137.     }
  138.     // line 10
  139.     public function block_metas_descripcion($context, array $blocks = [])
  140.     {
  141.         $macros $this->macros;
  142.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  143.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metas_descripcion"));
  144.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  145.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metas_descripcion"));
  146.         echo " ";
  147.         
  148.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  149.         
  150.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  151.     }
  152.     // line 11
  153.     public function block_keywords($context, array $blocks = [])
  154.     {
  155.         $macros $this->macros;
  156.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  157.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""keywords"));
  158.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  159.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""keywords"));
  160.         echo " ";
  161.         
  162.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  163.         
  164.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  165.     }
  166.     // line 12
  167.     public function block_datosestructurados($context, array $blocks = [])
  168.     {
  169.         $macros $this->macros;
  170.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  171.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""datosestructurados"));
  172.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  173.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""datosestructurados"));
  174.         
  175.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  176.         
  177.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  178.     }
  179.     // line 14
  180.     public function block_metafb($context, array $blocks = [])
  181.     {
  182.         $macros $this->macros;
  183.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  184.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metafb"));
  185.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  186.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metafb"));
  187.         // line 15
  188.         echo "        <meta property=\"og:title\" content=\"\"/>
  189.         <meta property=\"og:type\" content=\"website\"/>
  190.         ";
  191.         // line 18
  192.         echo "        <meta property=\"og:image\" content=\"";
  193.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fb_icon.png"), "html"nulltrue);
  194.         echo "\"/>
  195.         ";
  196.         // line 20
  197.         echo "        <meta property=\"fb:admins\" content=\"\"/>
  198.         <meta property=\"fb:app_id\" content=\"\"/>
  199.         <meta property=\"og:description\" content=\"\"/>
  200.     ";
  201.         
  202.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  203.         
  204.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  205.     }
  206.     // line 25
  207.     public function block_metatw($context, array $blocks = [])
  208.     {
  209.         $macros $this->macros;
  210.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  211.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatw"));
  212.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  213.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatw"));
  214.         // line 26
  215.         echo "        <!-- INI Social Twitter -->
  216.         <meta property=\"twitter:card\" content=\"summary\">
  217.         <meta property=\"twitter:site\" content=\"\">
  218.         <meta property=\"twitter:url\" content=\"\">
  219.         <meta property=\"twitter:title\" content=\"\">
  220.         <meta property=\"twitter:description\" content=\"\"/>
  221.         <meta property=\"twitter:image\" content=\"\">
  222.         <!-- END Social Twitter -->
  223.     ";
  224.         
  225.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  226.         
  227.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  228.     }
  229.     // line 38
  230.     public function block_stylesheets($context, array $blocks = [])
  231.     {
  232.         $macros $this->macros;
  233.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  234.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  235.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  236.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  237.         
  238.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  239.         
  240.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  241.     }
  242.     // line 40
  243.     public function block_body_class($context, array $blocks = [])
  244.     {
  245.         $macros $this->macros;
  246.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  247.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_class"));
  248.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  249.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_class"));
  250.         
  251.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  252.         
  253.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  254.     }
  255.     public function block_page_body_class($context, array $blocks = [])
  256.     {
  257.         $macros $this->macros;
  258.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  259.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_body_class"));
  260.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  261.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_body_class"));
  262.         
  263.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  264.         
  265.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  266.     }
  267.     // line 42
  268.     public function block_body($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""body"));
  273.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  274.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  275.         
  276.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  277.         
  278.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  279.     }
  280.     // line 45
  281.     public function block_javascripts($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""javascripts"));
  286.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  287.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  288.         
  289.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  290.         
  291.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  292.     }
  293.     public function getTemplateName()
  294.     {
  295.         return "base.html.twig";
  296.     }
  297.     public function isTraitable()
  298.     {
  299.         return false;
  300.     }
  301.     public function getDebugInfo()
  302.     {
  303.         return array (  351 => 45,  333 => 42,  298 => 40,  280 => 38,  262 => 26,  252 => 25,  239 => 20,  234 => 18,  230 => 15,  220 => 14,  202 => 12,  183 => 11,  164 => 10,  145 => 9,  127 => 5,  117 => 45,  113 => 43,  111 => 42,  104 => 40,  101 => 39,  99 => 38,  94 => 36,  91 => 35,  89 => 25,  86 => 24,  84 => 14,  81 => 13,  78 => 12,  75 => 11,  72 => 10,  70 => 9,  61 => 5,  55 => 1,);
  304.     }
  305.     public function getSourceContext()
  306.     {
  307.         return new Source("<!DOCTYPE html>
  308. <html>
  309. <head>
  310.     <meta charset=\"UTF-8\"/>
  311.     <title> {% block title %}{% endblock %} | {{ empresa_nombre }}</title>
  312.     <meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"/>
  313.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1, maximum-scale=1\">
  314.     {% block metas_titulo %} {% endblock %}
  315.     {% block metas_descripcion %} {% endblock %}
  316.     {% block keywords %} {% endblock %}
  317.     {% block datosestructurados %}{% endblock datosestructurados %}
  318.     {% block metafb %}
  319.         <meta property=\"og:title\" content=\"\"/>
  320.         <meta property=\"og:type\" content=\"website\"/>
  321.         {#<meta property=\"og:url\" content=\"{{url('homefrontend')}}\"/>#}
  322.         <meta property=\"og:image\" content=\"{{ asset('fb_icon.png') }}\"/>
  323.         {#<meta property=\"og:site_name\" content=\"{{url('homefrontend')}}\"/>#}
  324.         <meta property=\"fb:admins\" content=\"\"/>
  325.         <meta property=\"fb:app_id\" content=\"\"/>
  326.         <meta property=\"og:description\" content=\"\"/>
  327.     {% endblock %}
  328.     {% block metatw %}
  329.         <!-- INI Social Twitter -->
  330.         <meta property=\"twitter:card\" content=\"summary\">
  331.         <meta property=\"twitter:site\" content=\"\">
  332.         <meta property=\"twitter:url\" content=\"\">
  333.         <meta property=\"twitter:title\" content=\"\">
  334.         <meta property=\"twitter:description\" content=\"\"/>
  335.         <meta property=\"twitter:image\" content=\"\">
  336.         <!-- END Social Twitter -->
  337.     {% endblock %}
  338.     <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"{{ asset('favicon.ico') }}\">
  339.     {% block stylesheets %}{% endblock %}
  340. </head>
  341. <body class=\"{% block body_class %}{% endblock %} {% block page_body_class %}{% endblock %}\">
  342. {% block body %}{% endblock %}
  343. </body>
  344. </html>
  345. {% block javascripts %}{% endblock %}""base.html.twig""/var/www/condominio/indianlakevillage1/templates/base.html.twig");
  346.     }
  347. }