var/cache/dev_h56d8cfce56627ac02b444166a4282397/twig/3d/3d38fa2c8ff16e4517730f1de43e33346c7e27f5d0a01772b70bb52654d6be07.php line 37

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. /* @RooomViewer/storefront/base.html.twig */
  14. class __TwigTemplate_693c97f56504ea62a8293629a4e0239e3c54b03cdf75c8cf7762e4828fa800c6 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->blocks = [
  23.         ];
  24.     }
  25.     protected function doGetParent(array $context)
  26.     {
  27.         // line 2
  28.         return "@Storefront/storefront/base.html.twig";
  29.     }
  30.     protected function doDisplay(array $context, array $blocks = [])
  31.     {
  32.         $macros $this->macros;
  33.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@RooomViewer/storefront/base.html.twig"));
  35.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@RooomViewer/storefront/base.html.twig"));
  37.         $this->parent $this->loadTemplate("@Storefront/storefront/base.html.twig""@RooomViewer/storefront/base.html.twig"2);
  38.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  39.         
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  41.         
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  43.     }
  44.     public function getTemplateName()
  45.     {
  46.         return "@RooomViewer/storefront/base.html.twig";
  47.     }
  48.     public function isTraitable()
  49.     {
  50.         return false;
  51.     }
  52.     public function getDebugInfo()
  53.     {
  54.         return array (  34 => 2,);
  55.     }
  56.     public function getSourceContext()
  57.     {
  58.         return new Source("{% sw_extends '@Storefront/storefront/base.html.twig' %}
  59. {#{% set isHMRMode = app.request.headers.set('hot-reload-mode', false) %}#}
  60. {#{% block base_main %}#}
  61. {#    {{ parent() }}#}
  62. {#    {% if page.cmsPage and page.cmsPage.type == 'landingpage' %}#}
  63. {#        <div class=\"container rooom-tour-viewer\">#}
  64. {#            <div class=\"col-12\">#}
  65. {#                {% if context.salesChannel.translated.customFields.rooom_viewer_embed %}#}
  66. {#                    {{ context.salesChannel.translated.customFields.rooom_viewer_embed|raw }}#}
  67. {#                {% endif %}#}
  68. {#            </div>#}
  69. {#        </div>#}
  70. {#    {% endif %}#}
  71. {#{% endblock %}#}
  72. ""@RooomViewer/storefront/base.html.twig""/var/www/smeasy/html/custom/plugins/RoomViewer/src/Resources/views/storefront/base.html.twig");
  73.     }
  74. }