var/cache/dev/twig/05/059987d7c07fdd3dc6c2d4f0bf3bc47c.php line 38

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. /* content/tmpl/ebooks-list.html.twig */
  14. class __TwigTemplate_940ae52a783ec2d9652239bcc6a0ec19 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->blocks = [
  23.             'body' => [$this'block_body'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "base.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/tmpl/ebooks-list.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/tmpl/ebooks-list.html.twig"));
  38.         $this->parent $this->loadTemplate("base.html.twig""content/tmpl/ebooks-list.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  42.         
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  44.     }
  45.     // line 2
  46.     public function block_body($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  53.         // line 3
  54.         echo "
  55. \t";
  56.         // line 4
  57.         $this->loadTemplate("content/tmpl/ebooks-list.html.twig""content/tmpl/ebooks-list.html.twig"4"1394193382")->display($context);
  58.         
  59.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  60.         
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  62.     }
  63.     public function getTemplateName()
  64.     {
  65.         return "content/tmpl/ebooks-list.html.twig";
  66.     }
  67.     public function isTraitable()
  68.     {
  69.         return false;
  70.     }
  71.     public function getDebugInfo()
  72.     {
  73.         return array (  71 => 4,  68 => 3,  58 => 2,  35 => 1,);
  74.     }
  75.     public function getSourceContext()
  76.     {
  77.         return new Source("{% extends \"base.html.twig\" %}
  78. {% block body %}
  79. \t{% embed \"1-col-sidebar.html.twig\" %}
  80. \t\t{% block column %}
  81. \t\t\t{% if site_code == constant(\"App\\\\Entity\\\\Content::SITE_RCS\") %}
  82. \t\t\t\t{% include  \"includes/curtain-ads/rlw.html.twig\" %}
  83. \t\t\t{% endif %}
  84. \t\t\t<style>
  85. \t\t\t\t.book {
  86. \t\t\t\t\theight: 288px;
  87. \t\t\t\t\tmargin: auto;
  88. \t\t\t\t\tbox-shadow: 5px 4px 6px 2px #0000006e;
  89. \t\t\t\t\tposition: relative;
  90. \t\t\t\t\ttransition: 0.2s ease-in-out;
  91. \t\t\t\t\twidth: 223px;
  92. \t\t\t\t\toverflow: hidden;
  93. \t\t\t\t}
  94. \t\t\t\t.book:hover {
  95. \t\t\t\t\tbox-shadow: 0 12px 15px -2px #0000006e;
  96. \t\t\t\t\tpadding: 0;
  97. \t\t\t\t\ttransform: scale(1.05);
  98. \t\t\t\t}
  99. \t\t\t\t.book:hover > .title {
  100. \t\t\t\t\tbottom: 15px;
  101. \t\t\t\t}
  102. \t\t\t\t.title {
  103. \t\t\t\t\t/*position: absolute;*/
  104. \t\t\t\t\tbottom: 5px;
  105. \t\t\t\t\tleft: 0;
  106. \t\t\t\t\twidth: 100%;
  107. \t\t\t\t\ttext-align: center;
  108. \t\t\t\t\tfont-weight: bolder;
  109. \t\t\t\t\ttransition: 0.2s ease-in-out;
  110. \t\t\t\t\tpadding: 0 10px;
  111. \t\t\t\t}
  112. \t\t\t\t.book-container {
  113. \t\t\t\t\tmargin-top: 20px;
  114. \t\t\t\t\tmargin-bottom: 14px;
  115. \t\t\t\t}
  116. \t\t\t\t.cover-art {
  117. \t\t\t\t\tmax-height: 288px;
  118. \t\t\t\t\tmargin: auto;
  119. \t\t\t\t\tdisplay: block;
  120. \t\t\t\t}
  121. \t\t\t\t.row {
  122. \t\t\t\t\tdisplay: flex;
  123. \t\t\t\t\tflex-direction: row;
  124. \t\t\t\t}
  125. \t\t\t\t.column {
  126. \t\t\t\t\tjustify-content: center;
  127. \t\t\t\t\tdisplay: flex;
  128. \t\t\t\t\tflex-direction: column;
  129. \t\t\t\t}
  130. \t\t\t</style>
  131. \t\t\t<div class=\"row\">
  132. \t\t\t\t{% if customer is defined %}
  133. \t\t\t\t\t<h1>{{customer}}</h1>
  134. \t\t\t\t{% else %}
  135. \t\t\t\t\t<h1>{{title}}</h1>
  136. \t\t\t\t{% endif %}
  137. \t\t\t\t{% if showSortSelect is defined and showSortSelect %}
  138. \t\t\t\t\t{% include \"includes/ebooks-sort-select.html.twig\" %}
  139. \t\t\t\t{% endif %}
  140. \t\t\t</div>
  141. \t\t\t<div class=\"row\">
  142. \t\t\t\t{% for eBook in eBooks %}
  143. \t\t\t\t\t<a class=\"col-lg-4 col-md-6\" href=\"{{eBook.getURL()}}\">
  144. \t\t\t\t\t\t<div class=\"book-container\">
  145. \t\t\t\t\t\t\t<div class=\"book\">
  146. \t\t\t\t\t\t\t\t{% if eBook.getMedia() %}
  147. \t\t\t\t\t\t\t\t\t{{eBook.getMedia().getImageTag('cover-art')|raw}}
  148. \t\t\t\t\t\t\t\t{% endif %}
  149. \t\t\t\t\t\t\t\t{# <span class=\"title\">{{eBook}}</span> #}
  150. \t\t\t\t\t\t\t</div>
  151. \t\t\t\t\t\t</div>
  152. \t\t\t\t\t\t<div class=\"title\">{{eBook.getTitle()}}</div>
  153. \t\t\t\t\t</a>
  154. \t\t\t\t{% endfor %}
  155. \t\t\t</div>
  156. \t\t{% endblock %}
  157. \t{% endembed %}
  158. {% endblock %}
  159. ""content/tmpl/ebooks-list.html.twig""/var/www/vhosts/rooferscoffeeshop.com/staging.rooferscoffeeshop.com/rcs-website/templates/content/tmpl/ebooks-list.html.twig");
  160.     }
  161. }
  162. /* content/tmpl/ebooks-list.html.twig */
  163. class __TwigTemplate_940ae52a783ec2d9652239bcc6a0ec19___1394193382 extends Template
  164. {
  165.     private $source;
  166.     private $macros = [];
  167.     public function __construct(Environment $env)
  168.     {
  169.         parent::__construct($env);
  170.         $this->source $this->getSourceContext();
  171.         $this->blocks = [
  172.             'column' => [$this'block_column'],
  173.         ];
  174.     }
  175.     protected function doGetParent(array $context)
  176.     {
  177.         return "1-col-sidebar.html.twig";
  178.     }
  179.     protected function doDisplay(array $context, array $blocks = [])
  180.     {
  181.         $macros $this->macros;
  182.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  183.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/tmpl/ebooks-list.html.twig"));
  184.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  185.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/tmpl/ebooks-list.html.twig"));
  186.         $this->parent $this->loadTemplate("1-col-sidebar.html.twig""content/tmpl/ebooks-list.html.twig"4);
  187.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  188.         
  189.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  190.         
  191.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  192.     }
  193.     // line 6
  194.     public function block_column($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""column"));
  199.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  200.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""column"));
  201.         // line 7
  202.         echo "
  203. \t\t\t";
  204.         // line 8
  205.         if (((isset($context["site_code"]) || array_key_exists("site_code"$context) ? $context["site_code"] : (function () { throw new RuntimeError('Variable "site_code" does not exist.'8$this->source); })()) == twig_constant("App\\Entity\\Content::SITE_RCS"))) {
  206.             // line 9
  207.             echo "
  208. \t\t\t\t";
  209.             // line 10
  210.             $this->loadTemplate("includes/curtain-ads/rlw.html.twig""content/tmpl/ebooks-list.html.twig"10)->display($context);
  211.             // line 11
  212.             echo "\t\t\t";
  213.         }
  214.         // line 12
  215.         echo "\t\t\t<style>
  216. \t\t\t\t.book {
  217. \t\t\t\t\theight: 288px;
  218. \t\t\t\t\tmargin: auto;
  219. \t\t\t\t\tbox-shadow: 5px 4px 6px 2px #0000006e;
  220. \t\t\t\t\tposition: relative;
  221. \t\t\t\t\ttransition: 0.2s ease-in-out;
  222. \t\t\t\t\twidth: 223px;
  223. \t\t\t\t\toverflow: hidden;
  224. \t\t\t\t}
  225. \t\t\t\t.book:hover {
  226. \t\t\t\t\tbox-shadow: 0 12px 15px -2px #0000006e;
  227. \t\t\t\t\tpadding: 0;
  228. \t\t\t\t\ttransform: scale(1.05);
  229. \t\t\t\t}
  230. \t\t\t\t.book:hover > .title {
  231. \t\t\t\t\tbottom: 15px;
  232. \t\t\t\t}
  233. \t\t\t\t.title {
  234. \t\t\t\t\t/*position: absolute;*/
  235. \t\t\t\t\tbottom: 5px;
  236. \t\t\t\t\tleft: 0;
  237. \t\t\t\t\twidth: 100%;
  238. \t\t\t\t\ttext-align: center;
  239. \t\t\t\t\tfont-weight: bolder;
  240. \t\t\t\t\ttransition: 0.2s ease-in-out;
  241. \t\t\t\t\tpadding: 0 10px;
  242. \t\t\t\t}
  243. \t\t\t\t.book-container {
  244. \t\t\t\t\tmargin-top: 20px;
  245. \t\t\t\t\tmargin-bottom: 14px;
  246. \t\t\t\t}
  247. \t\t\t\t.cover-art {
  248. \t\t\t\t\tmax-height: 288px;
  249. \t\t\t\t\tmargin: auto;
  250. \t\t\t\t\tdisplay: block;
  251. \t\t\t\t}
  252. \t\t\t\t.row {
  253. \t\t\t\t\tdisplay: flex;
  254. \t\t\t\t\tflex-direction: row;
  255. \t\t\t\t}
  256. \t\t\t\t.column {
  257. \t\t\t\t\tjustify-content: center;
  258. \t\t\t\t\tdisplay: flex;
  259. \t\t\t\t\tflex-direction: column;
  260. \t\t\t\t}
  261. \t\t\t</style>
  262. \t\t\t<div class=\"row\">
  263. \t\t\t\t";
  264.         // line 60
  265.         if (array_key_exists("customer"$context)) {
  266.             // line 61
  267.             echo "\t\t\t\t\t<h1>";
  268.             echo twig_escape_filter($this->env, (isset($context["customer"]) || array_key_exists("customer"$context) ? $context["customer"] : (function () { throw new RuntimeError('Variable "customer" does not exist.'61$this->source); })()), "html"nulltrue);
  269.             echo "</h1>
  270. \t\t\t\t";
  271.         } else {
  272.             // line 63
  273.             echo "\t\t\t\t\t<h1>";
  274.             echo twig_escape_filter($this->env, (isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'63$this->source); })()), "html"nulltrue);
  275.             echo "</h1>
  276. \t\t\t\t";
  277.         }
  278.         // line 65
  279.         echo "\t\t\t\t";
  280.         if ((array_key_exists("showSortSelect"$context) && (isset($context["showSortSelect"]) || array_key_exists("showSortSelect"$context) ? $context["showSortSelect"] : (function () { throw new RuntimeError('Variable "showSortSelect" does not exist.'65$this->source); })()))) {
  281.             // line 66
  282.             echo "\t\t\t\t\t";
  283.             $this->loadTemplate("includes/ebooks-sort-select.html.twig""content/tmpl/ebooks-list.html.twig"66)->display($context);
  284.             // line 67
  285.             echo "\t\t\t\t";
  286.         }
  287.         // line 68
  288.         echo "\t\t\t</div>
  289. \t\t\t<div class=\"row\">
  290. \t\t\t\t";
  291.         // line 71
  292.         $context['_parent'] = $context;
  293.         $context['_seq'] = twig_ensure_traversable((isset($context["eBooks"]) || array_key_exists("eBooks"$context) ? $context["eBooks"] : (function () { throw new RuntimeError('Variable "eBooks" does not exist.'71$this->source); })()));
  294.         foreach ($context['_seq'] as $context["_key"] => $context["eBook"]) {
  295.             // line 72
  296.             echo "\t\t\t\t\t<a class=\"col-lg-4 col-md-6\" href=\"";
  297.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["eBook"], "getURL", [], "method"falsefalsefalse72), "html"nulltrue);
  298.             echo "\">
  299. \t\t\t\t\t\t<div class=\"book-container\">
  300. \t\t\t\t\t\t\t<div class=\"book\">
  301. \t\t\t\t\t\t\t\t";
  302.             // line 75
  303.             if (twig_get_attribute($this->env$this->source$context["eBook"], "getMedia", [], "method"falsefalsefalse75)) {
  304.                 // line 76
  305.                 echo "\t\t\t\t\t\t\t\t\t";
  306.                 echo twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["eBook"], "getMedia", [], "method"falsefalsefalse76), "getImageTag", ["cover-art"], "method"falsefalsefalse76);
  307.                 echo "
  308. \t\t\t\t\t\t\t\t";
  309.             }
  310.             // line 78
  311.             echo "\t\t\t\t\t\t\t\t";
  312.             // line 79
  313.             echo "\t\t\t\t\t\t\t</div>
  314. \t\t\t\t\t\t</div>
  315. \t\t\t\t\t\t<div class=\"title\">";
  316.             // line 81
  317.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["eBook"], "getTitle", [], "method"falsefalsefalse81), "html"nulltrue);
  318.             echo "</div>
  319. \t\t\t\t\t</a>
  320. \t\t\t\t";
  321.         }
  322.         $_parent $context['_parent'];
  323.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['eBook'], $context['_parent'], $context['loop']);
  324.         $context array_intersect_key($context$_parent) + $_parent;
  325.         // line 84
  326.         echo "\t\t\t</div>
  327. \t\t";
  328.         
  329.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  330.         
  331.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  332.     }
  333.     public function getTemplateName()
  334.     {
  335.         return "content/tmpl/ebooks-list.html.twig";
  336.     }
  337.     public function isTraitable()
  338.     {
  339.         return false;
  340.     }
  341.     public function getDebugInfo()
  342.     {
  343.         return array (  367 => 84,  358 => 81,  354 => 79,  352 => 78,  346 => 76,  344 => 75,  337 => 72,  333 => 71,  328 => 68,  325 => 67,  322 => 66,  319 => 65,  313 => 63,  307 => 61,  305 => 60,  255 => 12,  252 => 11,  250 => 10,  247 => 9,  245 => 8,  242 => 7,  232 => 6,  71 => 4,  68 => 3,  58 => 2,  35 => 1,);
  344.     }
  345.     public function getSourceContext()
  346.     {
  347.         return new Source("{% extends \"base.html.twig\" %}
  348. {% block body %}
  349. \t{% embed \"1-col-sidebar.html.twig\" %}
  350. \t\t{% block column %}
  351. \t\t\t{% if site_code == constant(\"App\\\\Entity\\\\Content::SITE_RCS\") %}
  352. \t\t\t\t{% include  \"includes/curtain-ads/rlw.html.twig\" %}
  353. \t\t\t{% endif %}
  354. \t\t\t<style>
  355. \t\t\t\t.book {
  356. \t\t\t\t\theight: 288px;
  357. \t\t\t\t\tmargin: auto;
  358. \t\t\t\t\tbox-shadow: 5px 4px 6px 2px #0000006e;
  359. \t\t\t\t\tposition: relative;
  360. \t\t\t\t\ttransition: 0.2s ease-in-out;
  361. \t\t\t\t\twidth: 223px;
  362. \t\t\t\t\toverflow: hidden;
  363. \t\t\t\t}
  364. \t\t\t\t.book:hover {
  365. \t\t\t\t\tbox-shadow: 0 12px 15px -2px #0000006e;
  366. \t\t\t\t\tpadding: 0;
  367. \t\t\t\t\ttransform: scale(1.05);
  368. \t\t\t\t}
  369. \t\t\t\t.book:hover > .title {
  370. \t\t\t\t\tbottom: 15px;
  371. \t\t\t\t}
  372. \t\t\t\t.title {
  373. \t\t\t\t\t/*position: absolute;*/
  374. \t\t\t\t\tbottom: 5px;
  375. \t\t\t\t\tleft: 0;
  376. \t\t\t\t\twidth: 100%;
  377. \t\t\t\t\ttext-align: center;
  378. \t\t\t\t\tfont-weight: bolder;
  379. \t\t\t\t\ttransition: 0.2s ease-in-out;
  380. \t\t\t\t\tpadding: 0 10px;
  381. \t\t\t\t}
  382. \t\t\t\t.book-container {
  383. \t\t\t\t\tmargin-top: 20px;
  384. \t\t\t\t\tmargin-bottom: 14px;
  385. \t\t\t\t}
  386. \t\t\t\t.cover-art {
  387. \t\t\t\t\tmax-height: 288px;
  388. \t\t\t\t\tmargin: auto;
  389. \t\t\t\t\tdisplay: block;
  390. \t\t\t\t}
  391. \t\t\t\t.row {
  392. \t\t\t\t\tdisplay: flex;
  393. \t\t\t\t\tflex-direction: row;
  394. \t\t\t\t}
  395. \t\t\t\t.column {
  396. \t\t\t\t\tjustify-content: center;
  397. \t\t\t\t\tdisplay: flex;
  398. \t\t\t\t\tflex-direction: column;
  399. \t\t\t\t}
  400. \t\t\t</style>
  401. \t\t\t<div class=\"row\">
  402. \t\t\t\t{% if customer is defined %}
  403. \t\t\t\t\t<h1>{{customer}}</h1>
  404. \t\t\t\t{% else %}
  405. \t\t\t\t\t<h1>{{title}}</h1>
  406. \t\t\t\t{% endif %}
  407. \t\t\t\t{% if showSortSelect is defined and showSortSelect %}
  408. \t\t\t\t\t{% include \"includes/ebooks-sort-select.html.twig\" %}
  409. \t\t\t\t{% endif %}
  410. \t\t\t</div>
  411. \t\t\t<div class=\"row\">
  412. \t\t\t\t{% for eBook in eBooks %}
  413. \t\t\t\t\t<a class=\"col-lg-4 col-md-6\" href=\"{{eBook.getURL()}}\">
  414. \t\t\t\t\t\t<div class=\"book-container\">
  415. \t\t\t\t\t\t\t<div class=\"book\">
  416. \t\t\t\t\t\t\t\t{% if eBook.getMedia() %}
  417. \t\t\t\t\t\t\t\t\t{{eBook.getMedia().getImageTag('cover-art')|raw}}
  418. \t\t\t\t\t\t\t\t{% endif %}
  419. \t\t\t\t\t\t\t\t{# <span class=\"title\">{{eBook}}</span> #}
  420. \t\t\t\t\t\t\t</div>
  421. \t\t\t\t\t\t</div>
  422. \t\t\t\t\t\t<div class=\"title\">{{eBook.getTitle()}}</div>
  423. \t\t\t\t\t</a>
  424. \t\t\t\t{% endfor %}
  425. \t\t\t</div>
  426. \t\t{% endblock %}
  427. \t{% endembed %}
  428. {% endblock %}
  429. ""content/tmpl/ebooks-list.html.twig""/var/www/vhosts/rooferscoffeeshop.com/staging.rooferscoffeeshop.com/rcs-website/templates/content/tmpl/ebooks-list.html.twig");
  430.     }
  431. }