";
// line 6
$this->displayBlock('head', $context, $blocks);
// line 33
echo "
";
// line 34
$this->displayBlock('body', $context, $blocks);
// line 122
echo "
";
}
}
// line 6
public function block_head($context, array $blocks = array())
{
// line 7
echo "
";
// line 8
if (($context["title"] ?? null)) {
echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true);
echo " | ";
} else {
if ($this->getAttribute(($context["header"] ?? null), "title", array())) {
echo twig_escape_filter($this->env, $this->getAttribute(($context["header"] ?? null), "title", array()), "html", null, true);
echo " | ";
}
}
echo twig_escape_filter($this->env, $this->getAttribute(($context["site"] ?? null), "title", array()), "html", null, true);
echo "
";
// line 9
if ($this->getAttribute(($context["header"] ?? null), "description", array())) {
// line 10
echo " env, $this->getAttribute(($context["header"] ?? null), "description", array()), "html", null, true);
echo "\">
";
} else {
// line 12
echo " env, $this->getAttribute(($context["site"] ?? null), "description", array()), "html", null, true);
echo "\">
";
}
// line 14
echo " ";
if ($this->getAttribute(($context["header"] ?? null), "robots", array())) {
// line 15
echo " env, $this->getAttribute(($context["header"] ?? null), "robots", array()), "html", null, true);
echo "\">
";
} else {
// line 17
echo "
";
}
// line 19
echo "
env, ($context["base_url_simple"] ?? null), "html", null, true);
echo twig_escape_filter($this->env, ($context["theme_url"] ?? null), "html", null, true);
echo "/images/favicon.png\">
";
// line 22
$this->displayBlock('stylesheets', $context, $blocks);
// line 26
echo "
";
// line 27
$this->loadTemplate("partials/javascript-config.html.twig", "partials/base-root.html.twig", 27)->display($context);
// line 28
echo " ";
$this->displayBlock('javascripts', $context, $blocks);
// line 32
echo " ";
}
// line 22
public function block_stylesheets($context, array $blocks = array())
{
// line 23
echo " ";
$this->loadTemplate("partials/stylesheets.html.twig", "partials/base-root.html.twig", 23)->display($context);
// line 24
echo " ";
echo $this->getAttribute(($context["assets"] ?? null), "css", array(), "method");
echo "
";
}
// line 28
public function block_javascripts($context, array $blocks = array())
{
// line 29
echo " ";
$this->loadTemplate("partials/javascripts.html.twig", "partials/base-root.html.twig", 29)->display($context);
// line 30
echo " ";
echo $this->getAttribute(($context["assets"] ?? null), "js", array(), "method");
echo "
";
}
// line 34
public function block_body($context, array $blocks = array())
{
// line 35
echo " getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", array()), "admin", array()), "sidebar", array()), "size", array()) == "small")) ? ("sidebar-closed") : (""));
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", array()), "admin", array()), "body_classes", array()), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["body_classes"] ?? null), "html", null, true);
echo "\">
";
// line 36
$this->displayBlock('page', $context, $blocks);
// line 117
echo " ";
$this->displayBlock('bottom', $context, $blocks);
// line 120
echo "
";
}
// line 36
public function block_page($context, array $blocks = array())
{
// line 37
echo "
";
// line 39
$this->displayBlock('navigation', $context, $blocks);
// line 42
echo "
";
// line 44
$this->loadTemplate("partials/nav-toggle.html.twig", "partials/base-root.html.twig", 44)->display($context);
// line 45
echo "
";
// line 46
$this->displayBlock('titlebar', $context, $blocks);
// line 47
echo "
";
// line 49
$this->displayBlock('content_wrapper', $context, $blocks);
// line 75
echo "
";
// line 76
$this->displayBlock('modals', $context, $blocks);
// line 112
echo "
";
}
// line 39
public function block_navigation($context, array $blocks = array())
{
// line 40
echo " ";
$this->loadTemplate("partials/nav.html.twig", "partials/base-root.html.twig", 40)->display($context);
// line 41
echo " ";
}
// line 46
public function block_titlebar($context, array $blocks = array())
{
}
// line 49
public function block_content_wrapper($context, array $blocks = array())
{
// line 50
echo "
getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", array()), "admin", array()), "content_padding", array())) {
echo "content-padding";
}
echo "\">
";
// line 52
$this->displayBlock('messages', $context, $blocks);
// line 55
echo "
";
// line 56
$this->displayBlock('widgets', $context, $blocks);
// line 57
echo "
";
// line 58
$this->displayBlock('content_top', $context, $blocks);
// line 59
echo "
";
// line 60
$this->displayBlock('content', $context, $blocks);
// line 61
echo "
";
// line 62
if ($this->getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", array()), "admin", array()), "show_github_msg", array())) {
// line 63
echo "
";
}
// line 65
echo " ";
$this->displayBlock('content_bottom', $context, $blocks);
// line 66
echo "
";
// line 67
$this->displayBlock('footer', $context, $blocks);
// line 72
echo "
";
}
// line 52
public function block_messages($context, array $blocks = array())
{
// line 53
echo " ";
$this->loadTemplate("partials/messages.html.twig", "partials/base-root.html.twig", 53)->display($context);
// line 54
echo " ";
}
// line 56
public function block_widgets($context, array $blocks = array())
{
}
// line 58
public function block_content_top($context, array $blocks = array())
{
}
// line 60
public function block_content($context, array $blocks = array())
{
}
// line 65
public function block_content_bottom($context, array $blocks = array())
{
}
// line 67
public function block_footer($context, array $blocks = array())
{
// line 68
echo "
";
}
// line 76
public function block_modals($context, array $blocks = array())
{
// line 77
echo "