<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* blog/article.html.twig */
class __TwigTemplate_dbf507a749bce1513f3f24616b72d6f6 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'content' => [$this, 'block_content'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 1
return $this->loadTemplate($this->extensions['App\Twig\Extension\WebsiteExtension']->getBaseLayout(), "blog/article.html.twig", 1);
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "blog/article.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "blog/article.html.twig"));
$this->getParent($context)->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 4
echo "\t";
echo $this->extensions['App\Twig\Extension\SchemaOrgExtension']->generateSchemaOrgMarkup("blog", $this->sandbox->ensureToStringAllowed((isset($context["document"]) || array_key_exists("document", $context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.', 4, $this->source); })()), 4, $this->source));
echo "
\t<div
\t\tclass=\"section section-blog-show bg-white py-0\">
\t\t";
// line 23
echo "
\t\t";
// line 25
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 25, $this->source); })())) {
// line 26
echo "\t\t\t<div class=\"container\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t";
// line 29
$context["message"] = "Blogfilters";
// line 30
echo "\t\t\t\t\t\t";
$this->loadTemplate("includes/basicBlocks/admin/message/tip.html.twig", "blog/article.html.twig", 30)->display(twig_array_merge($context, ["message" => (isset($context["message"]) || array_key_exists("message", $context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.', 30, $this->source); })()), "type" => "info"]));
// line 31
echo "
\t\t\t\t\t\t";
// line 32
echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "relations", "blogFilters", ["types" => [0 => "object"], "subtypes" => ["object" => [0 => "object"]], "classes" => [0 => "filterBlog"]]);
// line 38
echo "
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t";
}
// line 43
echo "
\t\t<div class=\"container\">
\t\t\t<div class=\"row\">
\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t";
// line 47
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 47, $this->source); })())) {
// line 48
echo "\t\t\t\t\t\t<div class=\"alert alert-info\" role=\"alert\">
\t\t\t\t\t\t\t";
// line 49
$context["message"] = "Afbeelding";
// line 50
echo "\t\t\t\t\t\t\t";
$this->loadTemplate("includes/basicBlocks/admin/message/tip.html.twig", "blog/article.html.twig", 50)->display(twig_array_merge($context, ["message" => (isset($context["message"]) || array_key_exists("message", $context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.', 50, $this->source); })()), "type" => "info"]));
// line 51
echo "
\t\t\t\t\t\t\t";
// line 52
echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "image", "publicationHeader", ["width" => 800, "height" => 200, "thumbnail" => "blog-header", "class" => "img-fluid w-100"]);
// line 57
echo "
\t\t\t\t\t\t\t";
// line 59
$context["message"] = "Titel op afbeelding";
// line 60
echo "\t\t\t\t\t\t\t";
$this->loadTemplate("includes/basicBlocks/admin/message/tip.html.twig", "blog/article.html.twig", 60)->display(twig_array_merge($context, ["message" => (isset($context["message"]) || array_key_exists("message", $context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.', 60, $this->source); })()), "type" => "info"]));
// line 61
echo "
\t\t\t\t\t\t\t";
// line 62
echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "publicationHeaderTitle");
echo "
\t\t\t\t\t\t</div>
\t\t\t\t\t";
}
// line 65
echo "
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-8\">
\t\t\t\t\t\t\t";
// line 68
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 68, $this->source); })())) {
// line 69
echo "\t\t\t\t\t\t\t\t<div class=\"alert alert-info\" role=\"alert\">
\t\t\t\t\t\t\t\t\t";
// line 70
$context["message"] = "Publicatiedatum";
// line 71
echo "\t\t\t\t\t\t\t\t\t";
$this->loadTemplate("includes/basicBlocks/admin/message/tip.html.twig", "blog/article.html.twig", 71)->display(twig_array_merge($context, ["message" => (isset($context["message"]) || array_key_exists("message", $context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.', 71, $this->source); })()), "type" => "info"]));
// line 72
echo "
\t\t\t\t\t\t\t\t\t";
// line 73
echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "date", "publicationDate", ["format" => "d m Y", "outputFormat" => "%d.%m.%Y"]);
// line 76
echo "
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
}
// line 79
echo "
\t\t\t\t\t\t\t";
// line 80
if ( !(isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 80, $this->source); })())) {
// line 81
echo "\t\t\t\t\t\t\t\t<div class=\"my-3\">
\t\t\t\t\t\t\t\t\t<ul class=\"list-unstyled d-child-inline-block font-size-4 d-inline-block text-black py-2 text-gray after-bullet mt-3 mb-0 m-md-0\">
\t\t\t\t\t\t\t\t\t\t";
// line 83
if ( !twig_get_attribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "date", "publicationDate"), "isEmpty", [], "method", false, false, true, 83)) {
// line 84
echo "\t\t\t\t\t\t\t\t\t\t\t";
$context["publicationDate"] = twig_get_attribute($this->env, $this->source, $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "date", "publicationDate"), "getData", [], "method", false, false, true, 84);
// line 85
echo "\t\t\t\t\t\t\t\t\t\t\t<li>";
echo twig_escape_filter($this->env, $this->extensions['Twig\Extra\Intl\IntlExtension']->formatDate($this->env, $this->sandbox->ensureToStringAllowed((isset($context["publicationDate"]) || array_key_exists("publicationDate", $context) ? $context["publicationDate"] : (function () { throw new RuntimeError('Variable "publicationDate" does not exist.', 85, $this->source); })()), 85, $this->source), "none", "d MMMM Y", null, "gregorian", $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, 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.', 85, $this->source); })()), "request", [], "any", false, false, true, 85), "locale", [], "any", false, false, true, 85), 85, $this->source)), "html", null, true);
echo "</li>
\t\t\t\t\t\t\t\t\t\t\t";
// line 87
echo "\t\t\t\t\t\t\t\t\t\t\t";
// line 88
echo "\t\t\t\t\t\t\t\t\t\t";
}
// line 89
echo "\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t";
}
// line 92
echo "\t\t\t\t\t\t</div>
\t\t\t\t\t\t";
// line 135
echo "
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-sm-12\">
\t\t\t\t\t\t\t<h1 class=\"text-uppercase font-size-9\">
\t\t\t\t\t\t\t\t";
// line 141
echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "input", "articleTitle");
echo "
\t\t\t\t\t\t\t</h1>
\t\t\t\t\t\t\t<div class=\"content py-2\">
\t\t\t\t\t\t\t\t";
// line 145
if ((isset($context["editmode"]) || array_key_exists("editmode", $context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.', 145, $this->source); })())) {
// line 146
echo "\t\t\t\t\t\t\t\t\t";
$context["message"] = "Korte introtekst";
// line 147
echo "\t\t\t\t\t\t\t\t\t";
$this->loadTemplate("includes/basicBlocks/admin/message/tip.html.twig", "blog/article.html.twig", 147)->display(twig_array_merge($context, ["message" => (isset($context["message"]) || array_key_exists("message", $context) ? $context["message"] : (function () { throw new RuntimeError('Variable "message" does not exist.', 147, $this->source); })()), "type" => "info"]));
// line 148
echo "\t\t\t\t\t\t\t\t";
}
// line 149
echo "
\t\t\t\t\t\t\t\t";
// line 150
echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context, "wysiwyg", "articleContent");
echo "
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"row py-4\">
\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t";
// line 157
echo twig_include($this->env, $context, "includes/default-content.html.twig");
echo "
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-12 my-5\">
\t\t\t\t\t\t\t<p class=\"text-center\">
\t\t\t\t\t\t\t\t<a class=\"btn btn-primary\" href=\"";
// line 165
if ($this->extensions['App\Twig\Extension\CheckwebsiteSettingExtension']->getCheckWebsitesetting("blog_document", "document")) {
echo twig_escape_filter($this->env, $this->extensions['MultilingualBundle\Twig\Extension\InotherlangExtension']->getInotherlang("LocalizedDocument", $this->extensions['Pimcore\Twig\Extension\WebsiteConfigExtension']->getWebsiteConfig("blog_document")), "html", null, true);
}
echo "\">
\t\t\t\t\t\t\t\t\t";
// line 166
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Terug naar overzicht"), "html", null, true);
echo "
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
public function getTemplateName()
{
return "blog/article.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 259 => 166, 253 => 165, 242 => 157, 232 => 150, 229 => 149, 226 => 148, 223 => 147, 220 => 146, 218 => 145, 211 => 141, 203 => 135, 199 => 92, 194 => 89, 191 => 88, 189 => 87, 184 => 85, 181 => 84, 179 => 83, 175 => 81, 173 => 80, 170 => 79, 165 => 76, 163 => 73, 160 => 72, 157 => 71, 155 => 70, 152 => 69, 150 => 68, 145 => 65, 139 => 62, 136 => 61, 133 => 60, 131 => 59, 127 => 57, 125 => 52, 122 => 51, 119 => 50, 117 => 49, 114 => 48, 112 => 47, 106 => 43, 99 => 38, 97 => 32, 94 => 31, 91 => 30, 89 => 29, 84 => 26, 82 => 25, 78 => 23, 69 => 4, 59 => 3, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends base_layout() %}
{% block content %}
\t{{ schemaorg('blog', document) }}
\t<div
\t\tclass=\"section section-blog-show bg-white py-0\">
\t\t{#
\t\t
\t\t {% if not editmode and not pimcore_image('publicationHeader').isEmpty() %}
\t\t <div class=\"blog-image-header position-relative mb-5\" style=\"display: flex;\">
\t\t <img src=\"{{ pimcore_image('publicationHeader').getThumbnail('blog-thumb') }}\" class=\"blog-image bg-cover img-fluid w-100\">
\t\t
\t\t {% if not pimcore_input(\"publicationHeaderTitle\").isEmpty() %}
\t\t <div class=\"d-flex overlay text-center h-100\">
\t\t <span class=\"m-auto\">{{ pimcore_input(\"publicationHeaderTitle\") }}</span>
\t\t </div>
\t\t {% endif %}
\t\t </div>
\t\t {% endif %}
\t\t#}
\t\t{% if editmode %}
\t\t\t<div class=\"container\">
\t\t\t\t<div class=\"row\">
\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t{% set message = 'Blogfilters' %}
\t\t\t\t\t\t{% include 'includes/basicBlocks/admin/message/tip.html.twig' with {'message': message, 'type' : 'info'} %}
\t\t\t\t\t\t{{ pimcore_relations(\"blogFilters\", {
\"types\": [\"object\"],
\"subtypes\": {
\"object\": [\"object\"]
},
\"classes\": [\"filterBlog\"]
}) }}
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t{% endif %}
\t\t<div class=\"container\">
\t\t\t<div class=\"row\">
\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t{% if editmode %}
\t\t\t\t\t\t<div class=\"alert alert-info\" role=\"alert\">
\t\t\t\t\t\t\t{% set message = 'Afbeelding' %}
\t\t\t\t\t\t\t{% include 'includes/basicBlocks/admin/message/tip.html.twig' with {'message': message, 'type' : 'info'} %}
\t\t\t\t\t\t\t{{ pimcore_image('publicationHeader', {
\"width\": 800,
\"height\": 200,
\"thumbnail\": \"blog-header\",
\"class\": \"img-fluid w-100\"
}) }}
\t\t\t\t\t\t\t{% set message = 'Titel op afbeelding' %}
\t\t\t\t\t\t\t{% include 'includes/basicBlocks/admin/message/tip.html.twig' with {'message': message, 'type' : 'info'} %}
\t\t\t\t\t\t\t{{ pimcore_input(\"publicationHeaderTitle\") }}
\t\t\t\t\t\t</div>
\t\t\t\t\t{% endif %}
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-8\">
\t\t\t\t\t\t\t{% if editmode %}
\t\t\t\t\t\t\t\t<div class=\"alert alert-info\" role=\"alert\">
\t\t\t\t\t\t\t\t\t{% set message = 'Publicatiedatum' %}
\t\t\t\t\t\t\t\t\t{% include 'includes/basicBlocks/admin/message/tip.html.twig' with {'message': message, 'type' : 'info'} %}
\t\t\t\t\t\t\t\t\t{{ pimcore_date(\"publicationDate\", {
\"format\": \"d m Y\",
'outputFormat': \"%d.%m.%Y\"
}) }}
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t{% if not editmode %}
\t\t\t\t\t\t\t\t<div class=\"my-3\">
\t\t\t\t\t\t\t\t\t<ul class=\"list-unstyled d-child-inline-block font-size-4 d-inline-block text-black py-2 text-gray after-bullet mt-3 mb-0 m-md-0\">
\t\t\t\t\t\t\t\t\t\t{% if not pimcore_date(\"publicationDate\").isEmpty() %}
\t\t\t\t\t\t\t\t\t\t\t{% set publicationDate = pimcore_date(\"publicationDate\").getData() %}
\t\t\t\t\t\t\t\t\t\t\t<li>{{ publicationDate|format_date('none', 'd MMMM Y', null, 'gregorian', app.request.locale) }}</li>
\t\t\t\t\t\t\t\t\t\t\t{# <li>{{ publicationDate.format('d') }} {{ publicationDate.format('F')|trans }}#}
\t\t\t\t\t\t\t\t\t\t\t{# {{ publicationDate.format('Y') }}</li>#}
\t\t\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t</div>
\t\t\t\t\t\t{#
\t\t\t\t\t\t <div class=\"col-4 text-right\">
\t\t\t\t\t\t <div class=\"my-3 social-icons-blog\">
\t\t\t\t\t\t <span class=\"font-size-4 text-black\">{{ 'Deel dit artikel:'|trans }}</span>
\t\t\t\t\t\t <div data-network=\"facebook\" class=\"d-inline st-custom-button\">
\t\t\t\t\t\t <span class=\"fa-stack fa-sm\">
\t\t\t\t\t\t <i class=\"fas fa-circle fa-stack-2x\"></i>
\t\t\t\t\t\t <i class=\"fa fa-facebook fa-stack-1x fa-inverse\"></i>
\t\t\t\t\t\t </span>
\t\t\t\t\t\t </div>
\t\t\t\t\t\t
\t\t\t\t\t\t <div data-network=\"twitter\" class=\"d-inline st-custom-button\">
\t\t\t\t\t\t <span class=\"fa-stack fa-sm\">
\t\t\t\t\t\t <i class=\"fas fa-circle fa-stack-2x\"></i>
\t\t\t\t\t\t <i class=\"fa fa-twitter fa-stack-1x fa-inverse\"></i>
\t\t\t\t\t\t </span>
\t\t\t\t\t\t </div>
\t\t\t\t\t\t
\t\t\t\t\t\t <div data-network=\"linkedin\" class=\"d-inline st-custom-button\">
\t\t\t\t\t\t <span class=\"fa-stack fa-sm\">
\t\t\t\t\t\t <i class=\"fas fa-circle fa-stack-2x\"></i>
\t\t\t\t\t\t <i class=\"fa fa-linkedin-in fa-stack-1x fa-inverse\"></i>
\t\t\t\t\t\t </span>
\t\t\t\t\t\t </div>
\t\t\t\t\t\t
\t\t\t\t\t\t <div data-network=\"instapaper\" class=\"d-inline st-custom-button\">
\t\t\t\t\t\t <span class=\"fa-stack fa-sm\">
\t\t\t\t\t\t <i class=\"fas fa-circle fa-stack-2x\"></i>
\t\t\t\t\t\t <i class=\"fa fa-instagram fa-stack-1x fa-inverse\"></i>
\t\t\t\t\t\t </span>
\t\t\t\t\t\t </div>
\t\t\t\t\t\t
\t\t\t\t\t\t <div data-network=\"email\" class=\"d-inline st-custom-button\">
\t\t\t\t\t\t <span class=\"fa-stack fa-sm\">
\t\t\t\t\t\t <i class=\"fas fa-circle fa-stack-2x\"></i>
\t\t\t\t\t\t <i class=\"fa fa-envelope fa-stack-1x fa-inverse\"></i>
\t\t\t\t\t\t </span>
\t\t\t\t\t\t </div>
\t\t\t\t\t\t </div>
\t\t\t\t\t\t </div>
\t\t\t\t\t\t #}
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-sm-12\">
\t\t\t\t\t\t\t<h1 class=\"text-uppercase font-size-9\">
\t\t\t\t\t\t\t\t{{ pimcore_input('articleTitle') }}
\t\t\t\t\t\t\t</h1>
\t\t\t\t\t\t\t<div class=\"content py-2\">
\t\t\t\t\t\t\t\t{% if editmode %}
\t\t\t\t\t\t\t\t\t{% set message = 'Korte introtekst' %}
\t\t\t\t\t\t\t\t\t{% include 'includes/basicBlocks/admin/message/tip.html.twig' with {'message': message, 'type' : 'info'} %}
\t\t\t\t\t\t\t\t{% endif %}
\t\t\t\t\t\t\t\t{{ pimcore_wysiwyg('articleContent') }}
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"row py-4\">
\t\t\t\t\t\t<div class=\"col-12\">
\t\t\t\t\t\t\t{{ include('includes/default-content.html.twig') }}
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-12 my-5\">
\t\t\t\t\t\t\t<p class=\"text-center\">
\t\t\t\t\t\t\t\t<a class=\"btn btn-primary\" href=\"{% if check_websitesetting('blog_document', 'document') %}{{ inotherlang('LocalizedDocument', pimcore_website_config('blog_document')) }}{% endif %}\">
\t\t\t\t\t\t\t\t\t{{ 'Terug naar overzicht'|trans }}
\t\t\t\t\t\t\t\t</a>
\t\t\t\t\t\t\t</p>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t</div>
\t</div>
{% endblock %}
", "blog/article.html.twig", "/var/www/clients/client2/web45/web/pc/templates/blog/article.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 25, "set" => 29, "include" => 30);
static $filters = array("escape" => 85, "format_date" => 85, "trans" => 166);
static $functions = array("schemaorg" => 4, "pimcore_relations" => 32, "pimcore_image" => 52, "pimcore_input" => 62, "pimcore_date" => 73, "pimcore_wysiwyg" => 150, "include" => 157, "check_websitesetting" => 165, "inotherlang" => 165, "pimcore_website_config" => 165, "base_layout" => 1);
try {
$this->sandbox->checkSecurity(
['if', 'set', 'include'],
['escape', 'format_date', 'trans'],
['schemaorg', 'pimcore_relations', 'pimcore_image', 'pimcore_input', 'pimcore_date', 'pimcore_wysiwyg', 'include', 'check_websitesetting', 'inotherlang', 'pimcore_website_config', 'base_layout']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}