var/cache/dev/twig/66/66ce69ad7a1caeab0c66b25323af880e.php line 132

  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. /* @OdiseoSyliusBlogPlugin/Shop/Article/show.html.twig */
  14. class __TwigTemplate_8b09fe800a78c1f26fe8232cae000c1d 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.             'metatags' => [$this'block_metatags'],
  24.             'title' => [$this'block_title'],
  25.             'post_header' => [$this'block_post_header'],
  26.             'body' => [$this'block_body'],
  27.         ];
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 1
  32.         return $this->loadTemplate(twig_get_attribute($this->env$this->source, (isset($context["nglayouts"]) || array_key_exists("nglayouts"$context) ? $context["nglayouts"] : (function () { throw new RuntimeError('Variable "nglayouts" does not exist.'1$this->source); })()), "layoutTemplate", [], "any"falsefalsefalse1), "@OdiseoSyliusBlogPlugin/Shop/Article/show.html.twig"1);
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@OdiseoSyliusBlogPlugin/Shop/Article/show.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@OdiseoSyliusBlogPlugin/Shop/Article/show.html.twig"));
  41.         $this->getParent($context)->display($contextarray_merge($this->blocks$blocks));
  42.         
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  44.         
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  46.     }
  47.     // line 2
  48.     public function block_metatags($context, array $blocks = [])
  49.     {
  50.         $macros $this->macros;
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatags"));
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatags"));
  55.         // line 3
  56.         echo "\t";
  57.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'3$this->source); })()), "metaKeywords", [], "any"falsefalsefalse3))) {
  58.             // line 4
  59.             echo "\t\t<meta name=\"keywords\" content=\"";
  60.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'4$this->source); })()), "metaKeywords", [], "any"falsefalsefalse4), "html"nulltrue);
  61.             echo "\"/>
  62. \t";
  63.         }
  64.         // line 6
  65.         echo "\t";
  66.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'6$this->source); })()), "metaDescription", [], "any"falsefalsefalse6))) {
  67.             // line 7
  68.             echo "\t\t<meta name=\"description\" content=\"";
  69.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'7$this->source); })()), "metaDescription", [], "any"falsefalsefalse7), "html"nulltrue);
  70.             echo "\"/>
  71. \t";
  72.         }
  73.         
  74.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  75.         
  76.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  77.     }
  78.     // line 10
  79.     public function block_title($context, array $blocks = [])
  80.     {
  81.         $macros $this->macros;
  82.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  83.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  84.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  85.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  86.         // line 11
  87.         echo "\t";
  88.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'11$this->source); })()), "title", [], "any"falsefalsefalse11), "html"nulltrue);
  89.         echo "
  90. ";
  91.         
  92.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  93.         
  94.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  95.     }
  96.     // line 13
  97.     public function block_post_header($context, array $blocks = [])
  98.     {
  99.         $macros $this->macros;
  100.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  101.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""post_header"));
  102.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  103.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""post_header"));
  104.         // line 14
  105.         echo "\t<!-- section start-->
  106. \t";
  107.         // line 15
  108.         echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("bitbag_sylius_cms_plugin_shop_media_render", ["code" => "blog_post_header""template" => "frontend/cms/common/media/_header.html.twig"]));
  109.         echo "
  110. \t<!-- section start-->
  111. ";
  112.         
  113.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  114.         
  115.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  116.     }
  117.     // line 18
  118.     public function block_body($context, array $blocks = [])
  119.     {
  120.         $macros $this->macros;
  121.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  122.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  123.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  124.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  125.         // line 19
  126.         echo "
  127. \t<section class=\"blog-details\">
  128. \t\t<div class=\"container pb-100\">
  129. \t\t\t<div class=\"row\">
  130. \t\t\t\t<div class=\"col-xl-8 col-lg-7\">
  131. \t\t\t\t\t<div class=\"blog-details__left\">
  132. \t\t\t\t\t\t<div class=\"blog-details__img\">
  133. \t\t\t\t\t\t\t<img src=\"";
  134.         // line 26
  135.         (((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'26$this->source); })()), "images", [], "any"falsefalsefalse26)) > 0)) ? (print (twig_escape_filter($this->env$this->extensions['Sylius\Bundle\CoreBundle\Twig\FilterExtension']->filter(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'26$this->source); })()), "images", [], "any"falsefalsefalse26), 0, [], "array"falsefalsefalse26), "path", [], "any"falsefalsefalse26), ((array_key_exists("filter"$context)) ? (_twig_default_filter((isset($context["filter"]) || array_key_exists("filter"$context) ? $context["filter"] : (function () { throw new RuntimeError('Variable "filter" does not exist.'26$this->source); })()), "sylius_large")) : ("sylius_large"))), "html"nulltrue))) : (print ("https://via.placeholder.com/1920x1280")));
  136.         echo "\" alt=\"\">
  137. \t\t\t\t\t\t\t<div class=\"blog-details__date\">
  138. \t\t\t\t\t\t\t\t<span class=\"day\">";
  139.         // line 28
  140.         echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'28$this->source); })()), "createdAt", [], "any"falsefalsefalse28), "d"), "html"nulltrue);
  141.         echo "</span>
  142. \t\t\t\t\t\t\t\t<span class=\"month\">";
  143.         // line 29
  144.         echo twig_escape_filter($this->envtwig_date_format_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'29$this->source); })()), "createdAt", [], "any"falsefalsefalse29), "M-Y"), "html"nulltrue);
  145.         echo "</span> 
  146. \t\t\t\t\t\t\t</div>
  147. \t\t\t\t\t\t</div>
  148. \t\t\t\t\t\t<div class=\"blog-details__content\">
  149. \t\t\t\t\t\t\t<ul class=\"list-unstyled blog-details__meta\">
  150. \t\t\t\t\t\t\t\t<li>
  151. \t\t\t\t\t\t\t\t\t<a href=\"news-details.html\">
  152. \t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-user-circle\"></i>
  153. \t\t\t\t\t\t\t\t\t\tAdmin</a>
  154. \t\t\t\t\t\t\t\t</li>
  155. \t\t\t\t\t\t\t\t<li>
  156. \t\t\t\t\t\t\t\t\t<a href=\"news-details.html\">
  157. \t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-comments\"></i>
  158. \t\t\t\t\t\t\t\t\t\t0
  159. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tComment</a>
  160. \t\t\t\t\t\t\t\t</li>
  161. \t\t\t\t\t\t\t</ul>
  162. \t\t\t\t\t\t\t<h3 class=\"blog-details__title\">";
  163.         // line 46
  164.         echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'46$this->source); })()), "title", [], "any"falsefalsefalse46), "html"nulltrue);
  165.         echo "</h3>
  166. \t\t\t\t\t\t\t<p class=\"blog-details__text-2\"> 
  167. \t\t\t\t\t\t\t\t";
  168.         // line 48
  169.         echo twig_get_attribute($this->env$this->source, (isset($context["article"]) || array_key_exists("article"$context) ? $context["article"] : (function () { throw new RuntimeError('Variable "article" does not exist.'48$this->source); })()), "content", [], "any"falsefalsefalse48);
  170.         echo "
  171. \t\t\t\t\t\t\t</p> 
  172. \t\t\t\t\t\t</div>
  173. \t\t\t\t\t\t<div class=\"blog-details__bottom\">
  174. \t\t\t\t\t\t\t";
  175.         // line 57
  176.         echo "\t\t\t\t\t\t\t<div class=\"blog-details__social-list\">
  177. \t\t\t\t\t\t\t\t<a href=\"#\">
  178. \t\t\t\t\t\t\t\t\t<i class=\"fab fa-twitter\"></i>
  179. \t\t\t\t\t\t\t\t</a>
  180. \t\t\t\t\t\t\t\t<a href=\"#\">
  181. \t\t\t\t\t\t\t\t\t<i class=\"fab fa-facebook\"></i>
  182. \t\t\t\t\t\t\t\t</a>
  183. \t\t\t\t\t\t\t\t<a href=\"#\">
  184. \t\t\t\t\t\t\t\t\t<i class=\"fab fa-pinterest-p\"></i>
  185. \t\t\t\t\t\t\t\t</a>
  186. \t\t\t\t\t\t\t\t<a href=\"#\">
  187. \t\t\t\t\t\t\t\t\t<i class=\"fab fa-instagram\"></i>
  188. \t\t\t\t\t\t\t\t</a>
  189. \t\t\t\t\t\t\t</div>
  190. \t\t\t\t\t\t</div>
  191. \t\t\t\t\t\t";
  192.         // line 80
  193.         echo "\t\t\t\t\t\t";
  194.         // line 139
  195.         echo "\t\t\t\t\t</div>
  196. \t\t\t\t</div>
  197. \t\t\t\t<div class=\"col-xl-4 col-lg-5\">
  198. \t\t\t\t";
  199.         // line 142
  200.         $this->loadTemplate("@OdiseoSyliusBlogPlugin/Shop/_sidebar.html.twig""@OdiseoSyliusBlogPlugin/Shop/Article/show.html.twig"142)->display($context);
  201.         echo 
  202. \t\t\t\t</div>
  203. \t\t\t</div>
  204. \t\t</div>
  205. \t</section>
  206.  
  207. ";
  208.         
  209.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  210.         
  211.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  212.     }
  213.     public function getTemplateName()
  214.     {
  215.         return "@OdiseoSyliusBlogPlugin/Shop/Article/show.html.twig";
  216.     }
  217.     public function isTraitable()
  218.     {
  219.         return false;
  220.     }
  221.     public function getDebugInfo()
  222.     {
  223.         return array (  229 => 142,  224 => 139,  222 => 80,  205 => 57,  198 => 48,  193 => 46,  173 => 29,  169 => 28,  164 => 26,  155 => 19,  145 => 18,  132 => 15,  129 => 14,  119 => 13,  106 => 11,  96 => 10,  82 => 7,  79 => 6,  73 => 4,  70 => 3,  60 => 2,  38 => 1,);
  224.     }
  225.     public function getSourceContext()
  226.     {
  227.         return new Source("{% extends nglayouts.layoutTemplate %}
  228. {% block metatags %}
  229. \t{% if article.metaKeywords is not empty %}
  230. \t\t<meta name=\"keywords\" content=\"{{ article.metaKeywords }}\"/>
  231. \t{% endif %}
  232. \t{% if article.metaDescription is not empty %}
  233. \t\t<meta name=\"description\" content=\"{{ article.metaDescription }}\"/>
  234. \t{% endif %}
  235. {% endblock %}
  236. {% block title %}
  237. \t{{ article.title }}
  238. {% endblock %}
  239. {% block post_header %}
  240. \t<!-- section start-->
  241. \t{{ render(path('bitbag_sylius_cms_plugin_shop_media_render', {'code' : 'blog_post_header', 'template' : 'frontend/cms/common/media/_header.html.twig'})) }}
  242. \t<!-- section start-->
  243. {% endblock %}
  244. {% block body %}
  245. \t<section class=\"blog-details\">
  246. \t\t<div class=\"container pb-100\">
  247. \t\t\t<div class=\"row\">
  248. \t\t\t\t<div class=\"col-xl-8 col-lg-7\">
  249. \t\t\t\t\t<div class=\"blog-details__left\">
  250. \t\t\t\t\t\t<div class=\"blog-details__img\">
  251. \t\t\t\t\t\t\t<img src=\"{{ article.images|length > 0 ? article.images[0].path|imagine_filter(filter|default('sylius_large')) : 'https://via.placeholder.com/1920x1280'}}\" alt=\"\">
  252. \t\t\t\t\t\t\t<div class=\"blog-details__date\">
  253. \t\t\t\t\t\t\t\t<span class=\"day\">{{ article.createdAt|date('d') }}</span>
  254. \t\t\t\t\t\t\t\t<span class=\"month\">{{ article.createdAt|date('M-Y') }}</span> 
  255. \t\t\t\t\t\t\t</div>
  256. \t\t\t\t\t\t</div>
  257. \t\t\t\t\t\t<div class=\"blog-details__content\">
  258. \t\t\t\t\t\t\t<ul class=\"list-unstyled blog-details__meta\">
  259. \t\t\t\t\t\t\t\t<li>
  260. \t\t\t\t\t\t\t\t\t<a href=\"news-details.html\">
  261. \t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-user-circle\"></i>
  262. \t\t\t\t\t\t\t\t\t\tAdmin</a>
  263. \t\t\t\t\t\t\t\t</li>
  264. \t\t\t\t\t\t\t\t<li>
  265. \t\t\t\t\t\t\t\t\t<a href=\"news-details.html\">
  266. \t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-comments\"></i>
  267. \t\t\t\t\t\t\t\t\t\t0
  268. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tComment</a>
  269. \t\t\t\t\t\t\t\t</li>
  270. \t\t\t\t\t\t\t</ul>
  271. \t\t\t\t\t\t\t<h3 class=\"blog-details__title\">{{article.title}}</h3>
  272. \t\t\t\t\t\t\t<p class=\"blog-details__text-2\"> 
  273. \t\t\t\t\t\t\t\t{{ article.content|raw }}
  274. \t\t\t\t\t\t\t</p> 
  275. \t\t\t\t\t\t</div>
  276. \t\t\t\t\t\t<div class=\"blog-details__bottom\">
  277. \t\t\t\t\t\t\t{# <p class=\"blog-details__tags\">
  278. \t\t\t\t\t\t\t\t<span>Tags</span>
  279. \t\t\t\t\t\t\t\t<a href=\"news-details.html\">Business</a>
  280. \t\t\t\t\t\t\t\t<a href=\"news-details.html\">Agency</a>
  281. \t\t\t\t\t\t\t</p> #}
  282. \t\t\t\t\t\t\t<div class=\"blog-details__social-list\">
  283. \t\t\t\t\t\t\t\t<a href=\"#\">
  284. \t\t\t\t\t\t\t\t\t<i class=\"fab fa-twitter\"></i>
  285. \t\t\t\t\t\t\t\t</a>
  286. \t\t\t\t\t\t\t\t<a href=\"#\">
  287. \t\t\t\t\t\t\t\t\t<i class=\"fab fa-facebook\"></i>
  288. \t\t\t\t\t\t\t\t</a>
  289. \t\t\t\t\t\t\t\t<a href=\"#\">
  290. \t\t\t\t\t\t\t\t\t<i class=\"fab fa-pinterest-p\"></i>
  291. \t\t\t\t\t\t\t\t</a>
  292. \t\t\t\t\t\t\t\t<a href=\"#\">
  293. \t\t\t\t\t\t\t\t\t<i class=\"fab fa-instagram\"></i>
  294. \t\t\t\t\t\t\t\t</a>
  295. \t\t\t\t\t\t\t</div>
  296. \t\t\t\t\t\t</div>
  297. \t\t\t\t\t\t{# <div class=\"nav-links\">
  298. \t\t\t\t\t\t\t<div class=\"prev\">
  299. \t\t\t\t\t\t\t\t<a href=\"news-details.html\" rel=\"prev\">Bring to the table win-win survival strategies</a>
  300. \t\t\t\t\t\t\t</div>
  301. \t\t\t\t\t\t\t<div class=\"next\">
  302. \t\t\t\t\t\t\t\t<a href=\"news-details.html\" rel=\"next\">How to lead a healthy &amp; well-balanced life</a>
  303. \t\t\t\t\t\t\t</div>
  304. \t\t\t\t\t\t</div> #}
  305. \t\t\t\t\t\t{# <div class=\"comment-one\">
  306. \t\t\t\t\t\t\t<h3 class=\"comment-one__title\">2 Comments</h3>
  307. \t\t\t\t\t\t\t<div class=\"comment-one__single\">
  308. \t\t\t\t\t\t\t\t<div class=\"comment-one__image\">
  309. \t\t\t\t\t\t\t\t\t<img src=\"https://via.placeholder.com/145x145\" alt=\"\">
  310. \t\t\t\t\t\t\t\t</div>
  311. \t\t\t\t\t\t\t\t<div class=\"comment-one__content\">
  312. \t\t\t\t\t\t\t\t\t<h3>Kevin Martin</h3>
  313. \t\t\t\t\t\t\t\t\t<p>Mauris non dignissim purus, ac commodo diam. Donec sit amet lacinia nulla.
  314. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAliquam quis purus in justo pulvinar tempor. Aliquam tellus nulla,
  315. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tsollicitudin at euismod.
  316. \t\t\t\t\t\t\t\t\t</p>
  317. \t\t\t\t\t\t\t\t\t<a href=\"news-details.html\" class=\"theme-btn btn-style-one comment-one__btn\">
  318. \t\t\t\t\t\t\t\t\t\t<span class=\"btn-title\">Reply</span>
  319. \t\t\t\t\t\t\t\t\t</a>
  320. \t\t\t\t\t\t\t\t</div>
  321. \t\t\t\t\t\t\t</div>
  322. \t\t\t\t\t\t\t<div class=\"comment-one__single\">
  323. \t\t\t\t\t\t\t\t<div class=\"comment-one__image\">
  324. \t\t\t\t\t\t\t\t\t<img src=\"https://via.placeholder.com/145x145\" alt=\"\">
  325. \t\t\t\t\t\t\t\t</div>
  326. \t\t\t\t\t\t\t\t<div class=\"comment-one__content\">
  327. \t\t\t\t\t\t\t\t\t<h3>Sarah Albert</h3>
  328. \t\t\t\t\t\t\t\t\t<p>Mauris non dignissim purus, ac commodo diam. Donec sit amet lacinia nulla.
  329. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tAliquam quis purus in justo pulvinar tempor. Aliquam tellus nulla,
  330. \t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tsollicitudin at euismod.
  331. \t\t\t\t\t\t\t\t\t</p>
  332. \t\t\t\t\t\t\t\t\t<a href=\"news-details.html\" class=\"theme-btn btn-style-one comment-one__btn\">
  333. \t\t\t\t\t\t\t\t\t\t<span class=\"btn-title\">Reply</span>
  334. \t\t\t\t\t\t\t\t\t</a>
  335. \t\t\t\t\t\t\t\t</div>
  336. \t\t\t\t\t\t\t</div>
  337. \t\t\t\t\t\t\t<div class=\"comment-form\">
  338. \t\t\t\t\t\t\t\t<h3 class=\"comment-form__title mb-40\">Leave a Comment</h3>
  339. \t\t\t\t\t\t\t\t<form id=\"contact_form\" name=\"contact_form\" class=\"\" action=\"includes/sendmail.php\" method=\"post\">
  340. \t\t\t\t\t\t\t\t\t<div class=\"row\">
  341. \t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
  342. \t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-3\">
  343. \t\t\t\t\t\t\t\t\t\t\t\t<input name=\"form_name\" class=\"form-control\" type=\"text\" placeholder=\"Enter Name\">
  344. \t\t\t\t\t\t\t\t\t\t\t</div>
  345. \t\t\t\t\t\t\t\t\t\t</div>
  346. \t\t\t\t\t\t\t\t\t\t<div class=\"col-sm-6\">
  347. \t\t\t\t\t\t\t\t\t\t\t<div class=\"mb-3\">
  348. \t\t\t\t\t\t\t\t\t\t\t\t<input name=\"form_email\" class=\"form-control required email\" type=\"email\" placeholder=\"Enter Email\">
  349. \t\t\t\t\t\t\t\t\t\t\t</div>
  350. \t\t\t\t\t\t\t\t\t\t</div>
  351. \t\t\t\t\t\t\t\t\t</div>
  352. \t\t\t\t\t\t\t\t\t<div class=\"mb-3\">
  353. \t\t\t\t\t\t\t\t\t\t<textarea name=\"form_message\" class=\"form-control required\" rows=\"5\" placeholder=\"Enter Message\"></textarea>
  354. \t\t\t\t\t\t\t\t\t</div>
  355. \t\t\t\t\t\t\t\t\t<div class=\"mb-3\">
  356. \t\t\t\t\t\t\t\t\t\t<input name=\"form_botcheck\" class=\"form-control\" type=\"hidden\" value=\"\"/>
  357. \t\t\t\t\t\t\t\t\t\t<button type=\"submit\" class=\"theme-btn btn-style-one\" data-loading-text=\"Please wait...\">
  358. \t\t\t\t\t\t\t\t\t\t\t<span class=\"btn-title\">Submit Comment</span>
  359. \t\t\t\t\t\t\t\t\t\t</button>
  360. \t\t\t\t\t\t\t\t\t</div>
  361. \t\t\t\t\t\t\t\t</form>
  362. \t\t\t\t\t\t\t</div>
  363. \t\t\t\t\t\t</div> #}
  364. \t\t\t\t\t</div>
  365. \t\t\t\t</div>
  366. \t\t\t\t<div class=\"col-xl-4 col-lg-5\">
  367. \t\t\t\t{% include '@OdiseoSyliusBlogPlugin/Shop/_sidebar.html.twig' %} 
  368. \t\t\t\t</div>
  369. \t\t\t</div>
  370. \t\t</div>
  371. \t</section>
  372.  
  373. {% endblock %}
  374. ""@OdiseoSyliusBlogPlugin/Shop/Article/show.html.twig""/srv/sylius/templates/bundles/OdiseoSyliusBlogPlugin/Shop/Article/show.html.twig");
  375.     }
  376. }