var/cache/website/dev/twig/b3/b3446393d5b5e07ae3b56d7e787d32ba.php line 192

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* base.html.twig */
  16. class __TwigTemplate_e783a3e893d571e310a6939e256e3eeb extends Template
  17. {
  18. private Source $source;
  19. /**
  20. * @var array<string, Template>
  21. */
  22. private array $macros = [];
  23. public function __construct(Environment $env)
  24. {
  25. parent::__construct($env);
  26. $this->source = $this->getSourceContext();
  27. $this->parent = false;
  28. $this->blocks = [
  29. 'meta' => [$this, 'block_meta'],
  30. 'style' => [$this, 'block_style'],
  31. 'header' => [$this, 'block_header'],
  32. 'content' => [$this, 'block_content'],
  33. 'footer' => [$this, 'block_footer'],
  34. 'javascripts' => [$this, 'block_javascripts'],
  35. ];
  36. }
  37. protected function doDisplay(array $context, array $blocks = []): iterable
  38. {
  39. $macros = $this->macros;
  40. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
  42. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "base.html.twig"));
  44. // line 1
  45. yield "<!doctype html>
  46. <html lang=\"";
  47. // line 2
  48. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, Twig\Extension\CoreExtension::split($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 2, $this->source); })()), "request", [], "any", false, false, false, 2), "locale", [], "any", false, false, false, 2), "_"), 0, [], "array", false, false, false, 2), "html", null, true);
  49. yield "\">
  50. <head>
  51. <meta charset=\"utf-8\">
  52. <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  53. ";
  54. // line 6
  55. yield from $this->unwrap()->yieldBlock('meta', $context, $blocks);
  56. // line 14
  57. yield " ";
  58. yield from $this->unwrap()->yieldBlock('style', $context, $blocks);
  59. // line 17
  60. yield " <title>d3v0n - Web-Developer</title>
  61. </head>
  62. <body>
  63. <header>
  64. ";
  65. // line 21
  66. yield from $this->unwrap()->yieldBlock('header', $context, $blocks);
  67. // line 47
  68. yield "</header>
  69. <main>
  70. ";
  71. // line 49
  72. yield from $this->unwrap()->yieldBlock('content', $context, $blocks);
  73. // line 50
  74. yield "</main>
  75. <footer class=\"py3 bg-dark fixed-bottom\">
  76. ";
  77. // line 52
  78. yield from $this->unwrap()->yieldBlock('footer', $context, $blocks);
  79. // line 62
  80. yield "</footer>
  81. ";
  82. // line 63
  83. yield from $this->unwrap()->yieldBlock('javascripts', $context, $blocks);
  84. // line 66
  85. yield "</body>
  86. </html>
  87. ";
  88. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  89. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  90. yield from [];
  91. }
  92. // line 6
  93. /**
  94. * @return iterable<null|scalar|\Stringable>
  95. */
  96. public function block_meta(array $context, array $blocks = []): iterable
  97. {
  98. $macros = $this->macros;
  99. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  100. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
  101. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  102. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta"));
  103. // line 7
  104. yield " ";
  105. yield from $this->loadTemplate("@SuluWebsite/Extension/seo.html.twig", "base.html.twig", 7)->unwrap()->yield(CoreExtension::merge($context, ["seo" => ((CoreExtension::getAttribute($this->env, $this->source, // line 8
  106. ($context["extension"] ?? null), "seo", [], "any", true, true, false, 8)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, ($context["extension"] ?? null), "seo", [], "any", false, false, false, 8), [])) : ([])), "content" => (( // line 9
  107. array_key_exists("content", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["content"]) || array_key_exists("content", $context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.', 9, $this->source); })()), [])) : ([])), "localizations" => (( // line 10
  108. array_key_exists("localizations", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["localizations"]) || array_key_exists("localizations", $context) ? $context["localizations"] : (function () { throw new RuntimeError('Variable "localizations" does not exist.', 10, $this->source); })()), [])) : ([])), "shadowBaseLocale" => (( // line 11
  109. array_key_exists("shadowBaseLocale", $context)) ? (Twig\Extension\CoreExtension::default((isset($context["shadowBaseLocale"]) || array_key_exists("shadowBaseLocale", $context) ? $context["shadowBaseLocale"] : (function () { throw new RuntimeError('Variable "shadowBaseLocale" does not exist.', 11, $this->source); })()))) : (""))]));
  110. // line 13
  111. yield " ";
  112. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  113. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  114. yield from [];
  115. }
  116. // line 14
  117. /**
  118. * @return iterable<null|scalar|\Stringable>
  119. */
  120. public function block_style(array $context, array $blocks = []): iterable
  121. {
  122. $macros = $this->macros;
  123. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  124. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "style"));
  125. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  126. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "style"));
  127. // line 15
  128. yield " ";
  129. yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  130. yield "
  131. ";
  132. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  133. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  134. yield from [];
  135. }
  136. // line 21
  137. /**
  138. * @return iterable<null|scalar|\Stringable>
  139. */
  140. public function block_header(array $context, array $blocks = []): iterable
  141. {
  142. $macros = $this->macros;
  143. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  144. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
  145. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  146. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "header"));
  147. // line 22
  148. yield " <nav class=\"navbar navbar-expand-lg navbar-dark bg-dark fixed-top\">
  149. <div class=\"container-fluid\">
  150. <a class=\"navbar-brand\" href=\"";
  151. // line 24
  152. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentRootPath(), "html", null, true);
  153. yield "\"><code class=\"fw-bold\">d3v0n</code></a>
  154. <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarNav\" aria-controls=\"navbarNav\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  155. <span class=\"navbar-toggler-icon\"></span>
  156. </button>
  157. <div class=\"collapse navbar-collapse\" id=\"navbarNav\">
  158. <ul class=\"navbar-nav\">
  159. ";
  160. // line 30
  161. $context['_parent'] = $context;
  162. $context['_seq'] = CoreExtension::ensureTraversable($this->env->getFunction('sulu_navigation_root_tree')->getCallable()("main"));
  163. foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  164. // line 31
  165. yield " <li class=\"nav-item\">
  166. <a class=\"nav-link\" aria-current=\"page\" href=\"";
  167. // line 32
  168. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentPath(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, false, 32), CoreExtension::getAttribute($this->env, $this->source, $context["item"], "webspaceKey", [], "any", false, false, false, 32)), "html", null, true);
  169. yield "\">";
  170. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, false, 32), "html", null, true);
  171. yield "</a>
  172. </li>
  173. ";
  174. }
  175. $_parent = $context['_parent'];
  176. unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']);
  177. $context = array_intersect_key($context, $_parent) + $_parent;
  178. // line 35
  179. yield " </ul>
  180. <form class=\"d-flex \" role=\"search\" action=\"";
  181. // line 37
  182. yield $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("sulu_search.website_search");
  183. yield "\" method=\"GET\">
  184. <input class=\"form-control me-2\" type=\"search\" placeholder=\"Search\" aria-label=\"Search\">
  185. <button class=\"btn btn-outline-success\" type=\"submit\">Search</button>
  186. </form>
  187. </div>
  188. </div>
  189. </nav>
  190. ";
  191. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  192. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  193. yield from [];
  194. }
  195. // line 49
  196. /**
  197. * @return iterable<null|scalar|\Stringable>
  198. */
  199. public function block_content(array $context, array $blocks = []): iterable
  200. {
  201. $macros = $this->macros;
  202. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  203. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
  204. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  205. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
  206. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  207. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  208. yield from [];
  209. }
  210. // line 52
  211. /**
  212. * @return iterable<null|scalar|\Stringable>
  213. */
  214. public function block_footer(array $context, array $blocks = []): iterable
  215. {
  216. $macros = $this->macros;
  217. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  218. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  219. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  220. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "footer"));
  221. // line 53
  222. yield " <ul class=\"nav justify-content-center border-bottom pb-3 md-3\">
  223. ";
  224. // line 54
  225. $context['_parent'] = $context;
  226. $context['_seq'] = CoreExtension::ensureTraversable($this->env->getFunction('sulu_navigation_root_tree')->getCallable()("footer"));
  227. foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
  228. // line 55
  229. yield " <li class=\"nav-item\">
  230. <a href=\"";
  231. // line 56
  232. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Sulu\Bundle\WebsiteBundle\Twig\Content\ContentPathTwigExtension']->getContentPath(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "url", [], "any", false, false, false, 56), CoreExtension::getAttribute($this->env, $this->source, $context["item"], "webspaceKey", [], "any", false, false, false, 56)), "html", null, true);
  233. yield "\" class=\"nav-link px-2 text-muted\">";
  234. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["item"], "title", [], "any", false, false, false, 56), "html", null, true);
  235. yield "</a>
  236. </li>
  237. ";
  238. }
  239. $_parent = $context['_parent'];
  240. unset($context['_seq'], $context['_key'], $context['item'], $context['_parent']);
  241. $context = array_intersect_key($context, $_parent) + $_parent;
  242. // line 59
  243. yield " </ul>
  244. <p class=\"text-center text-muted\">&copy; ";
  245. // line 60
  246. yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extension\CoreExtension']->formatDate("now", "Y"), "html", null, true);
  247. yield " Thomas Nehrenberg</p>
  248. ";
  249. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  250. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  251. yield from [];
  252. }
  253. // line 63
  254. /**
  255. * @return iterable<null|scalar|\Stringable>
  256. */
  257. public function block_javascripts(array $context, array $blocks = []): iterable
  258. {
  259. $macros = $this->macros;
  260. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  261. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  262. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  263. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
  264. // line 64
  265. yield " ";
  266. yield $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  267. yield "
  268. ";
  269. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  270. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  271. yield from [];
  272. }
  273. /**
  274. * @codeCoverageIgnore
  275. */
  276. public function getTemplateName(): string
  277. {
  278. return "base.html.twig";
  279. }
  280. /**
  281. * @codeCoverageIgnore
  282. */
  283. public function isTraitable(): bool
  284. {
  285. return false;
  286. }
  287. /**
  288. * @codeCoverageIgnore
  289. */
  290. public function getDebugInfo(): array
  291. {
  292. return array ( 319 => 64, 306 => 63, 293 => 60, 290 => 59, 279 => 56, 276 => 55, 272 => 54, 269 => 53, 256 => 52, 234 => 49, 213 => 37, 209 => 35, 198 => 32, 195 => 31, 191 => 30, 182 => 24, 178 => 22, 165 => 21, 151 => 15, 138 => 14, 127 => 13, 125 => 11, 124 => 10, 123 => 9, 122 => 8, 120 => 7, 107 => 6, 94 => 66, 92 => 63, 89 => 62, 87 => 52, 83 => 50, 81 => 49, 77 => 47, 75 => 21, 69 => 17, 66 => 14, 64 => 6, 57 => 2, 54 => 1,);
  293. }
  294. public function getSourceContext(): Source
  295. {
  296. return new Source("<!doctype html>
  297. <html lang=\"{{ app.request.locale|split('_')[0] }}\">
  298. <head>
  299. <meta charset=\"utf-8\">
  300. <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  301. {% block meta %}
  302. {% include \"@SuluWebsite/Extension/seo.html.twig\" with {
  303. \"seo\": extension.seo|default([]),
  304. \"content\": content|default([]),
  305. \"localizations\": localizations|default([]),
  306. \"shadowBaseLocale\": shadowBaseLocale|default(),
  307. } %}
  308. {% endblock %}
  309. {% block style %}
  310. {{ encore_entry_link_tags('app') }}
  311. {% endblock %}
  312. <title>d3v0n - Web-Developer</title>
  313. </head>
  314. <body>
  315. <header>
  316. {% block header %}
  317. <nav class=\"navbar navbar-expand-lg navbar-dark bg-dark fixed-top\">
  318. <div class=\"container-fluid\">
  319. <a class=\"navbar-brand\" href=\"{{ sulu_content_root_path() }}\"><code class=\"fw-bold\">d3v0n</code></a>
  320. <button class=\"navbar-toggler\" type=\"button\" data-bs-toggle=\"collapse\" data-bs-target=\"#navbarNav\" aria-controls=\"navbarNav\" aria-expanded=\"false\" aria-label=\"Toggle navigation\">
  321. <span class=\"navbar-toggler-icon\"></span>
  322. </button>
  323. <div class=\"collapse navbar-collapse\" id=\"navbarNav\">
  324. <ul class=\"navbar-nav\">
  325. {% for item in sulu_navigation_root_tree('main') %}
  326. <li class=\"nav-item\">
  327. <a class=\"nav-link\" aria-current=\"page\" href=\"{{ sulu_content_path(item.url, item.webspaceKey) }}\">{{ item.title }}</a>
  328. </li>
  329. {% endfor %}
  330. </ul>
  331. <form class=\"d-flex \" role=\"search\" action=\"{{ path('sulu_search.website_search') }}\" method=\"GET\">
  332. <input class=\"form-control me-2\" type=\"search\" placeholder=\"Search\" aria-label=\"Search\">
  333. <button class=\"btn btn-outline-success\" type=\"submit\">Search</button>
  334. </form>
  335. </div>
  336. </div>
  337. </nav>
  338. {% endblock %}
  339. </header>
  340. <main>
  341. {% block content %}{% endblock %}
  342. </main>
  343. <footer class=\"py3 bg-dark fixed-bottom\">
  344. {% block footer %}
  345. <ul class=\"nav justify-content-center border-bottom pb-3 md-3\">
  346. {% for item in sulu_navigation_root_tree('footer') %}
  347. <li class=\"nav-item\">
  348. <a href=\"{{ sulu_content_path(item.url, item.webspaceKey) }}\" class=\"nav-link px-2 text-muted\">{{ item.title }}</a>
  349. </li>
  350. {% endfor %}
  351. </ul>
  352. <p class=\"text-center text-muted\">&copy; {{ 'now'|date('Y') }} Thomas Nehrenberg</p>
  353. {% endblock %}
  354. </footer>
  355. {% block javascripts %}
  356. {{ encore_entry_script_tags('app') }}
  357. {% endblock %}
  358. </body>
  359. </html>
  360. ", "base.html.twig", "/var/www/d3v0n/d3v0n/d3v0n/templates/base.html.twig");
  361. }
  362. }