775dc2270033e61a58bd68c219b171020d128f4e1a1acea76f6a386bb6d68cfd.php 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. /* partials/base.html.twig */
  3. class __TwigTemplate_d0c0fa22e289da9e3bcaad2d7ced9d1d33e407f20b1d7cd1ed860dac8ae92963 extends Twig_Template
  4. {
  5. public function __construct(Twig_Environment $env)
  6. {
  7. parent::__construct($env);
  8. // line 1
  9. $this->parent = $this->loadTemplate("partials/base-root.html.twig", "partials/base.html.twig", 1);
  10. $this->blocks = array(
  11. );
  12. }
  13. protected function doGetParent(array $context)
  14. {
  15. return "partials/base-root.html.twig";
  16. }
  17. protected function doDisplay(array $context, array $blocks = array())
  18. {
  19. $this->parent->display($context, array_merge($this->blocks, $blocks));
  20. }
  21. public function getTemplateName()
  22. {
  23. return "partials/base.html.twig";
  24. }
  25. public function isTraitable()
  26. {
  27. return false;
  28. }
  29. public function getDebugInfo()
  30. {
  31. return array ( 11 => 1,);
  32. }
  33. /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
  34. public function getSource()
  35. {
  36. @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
  37. return $this->getSourceContext()->getCode();
  38. }
  39. public function getSourceContext()
  40. {
  41. return new Twig_Source("{% extends 'partials/base-root.html.twig' %}
  42. ", "partials/base.html.twig", "/mnt/data/Sites/static-ethica.net/user/plugins/admin/themes/grav/templates/partials/base.html.twig");
  43. }
  44. }