";
// line 5
$this->displayBlock('head', $context, $blocks);
// line 30
echo "
";
// line 31
$this->displayBlock('assets', $context, $blocks);
// line 35
echo "
";
// line 36
$this->displayBlock('body', $context, $blocks);
// line 136
echo "
";
}
$this->env->getExtension('Phive\Twig\Extensions\Deferred\DeferredExtension')->resolve($this, $context, $blocks);
}
// line 5
public function block_head($context, array $blocks = [])
{
// line 6
echo "
";
// line 7
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", [])) {
echo twig_escape_filter($this->env, $this->getAttribute(($context["header"] ?? null), "title", []), "html", null, true);
echo " | ";
}
}
echo twig_escape_filter($this->env, $this->getAttribute(($context["site"] ?? null), "title", []), "html", null, true);
echo "
";
// line 8
if ($this->getAttribute(($context["header"] ?? null), "description", [])) {
// line 9
echo " env, $this->getAttribute(($context["header"] ?? null), "description", []), "html", null, true);
echo "\">
";
} else {
// line 11
echo " env, $this->getAttribute(($context["site"] ?? null), "description", []), "html", null, true);
echo "\">
";
}
// line 13
echo " ";
if ($this->getAttribute(($context["header"] ?? null), "robots", [])) {
// line 14
echo " env, $this->getAttribute(($context["header"] ?? null), "robots", []), "html", null, true);
echo "\">
";
} else {
// line 16
echo "
";
}
// line 18
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 21
$this->displayBlock('stylesheets', $context, $blocks);
// line 24
echo "
";
// line 25
$this->loadTemplate("partials/javascript-config.html.twig", "partials/base-root.html.twig", 25)->display($context);
// line 26
echo " ";
$this->displayBlock('javascripts', $context, $blocks);
// line 29
echo " ";
}
// line 21
public function block_stylesheets($context, array $blocks = [])
{
// line 22
echo " ";
$this->loadTemplate("partials/stylesheets.html.twig", "partials/base-root.html.twig", 22)->display($context);
// line 23
echo " ";
}
// line 26
public function block_javascripts($context, array $blocks = [])
{
// line 27
echo " ";
$this->loadTemplate("partials/javascripts.html.twig", "partials/base-root.html.twig", 27)->display($context);
// line 28
echo " ";
}
public function block_assets($context, array $blocks = array())
{
$this->env->getExtension('Phive\Twig\Extensions\Deferred\DeferredExtension')->defer($this, 'assets');
}
// line 31
public function block_assets_deferred($context, array $blocks = array())
{
// line 32
echo " ";
echo $this->getAttribute(($context["assets"] ?? null), "css", [], "method");
echo "
";
// line 33
echo $this->getAttribute(($context["assets"] ?? null), "js", [], "method");
echo "
";
$this->env->getExtension('Phive\Twig\Extensions\Deferred\DeferredExtension')->resolve($this, $context, $blocks);
}
// line 36
public function block_body($context, array $blocks = [])
{
// line 37
echo " getAttribute($this->getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", []), "admin", []), "sidebar", []), "size", []) == "small")) ? ("sidebar-closed") : (""));
echo " ";
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", []), "admin", []), "body_classes", []), "html", null, true);
echo " ";
echo twig_escape_filter($this->env, ($context["body_classes"] ?? null), "html", null, true);
echo "\">
";
// line 39
if ( !$this->env->getExtension('Grav\Common\Twig\TwigExtension')->authorize([0 => "admin.login"])) {
// line 40
echo " ";
$this->loadTemplate("partials/messages.html.twig", "partials/base-root.html.twig", 40)->display($context);
// line 41
echo " ";
} else {
// line 42
echo "
";
// line 43
$this->displayBlock('noscript', $context, $blocks);
// line 46
echo "
";
// line 47
$this->displayBlock('page', $context, $blocks);
// line 128
echo "
";
}
// line 130
echo "
";
// line 131
$this->displayBlock('bottom', $context, $blocks);
// line 134
echo "
";
}
// line 43
public function block_noscript($context, array $blocks = [])
{
// line 44
echo " ";
$this->loadTemplate("partials/noscript.html.twig", "partials/base-root.html.twig", 44)->display($context);
// line 45
echo " ";
}
// line 47
public function block_page($context, array $blocks = [])
{
// line 48
echo "
";
// line 50
$this->displayBlock('navigation', $context, $blocks);
// line 53
echo "
";
// line 55
$this->loadTemplate("partials/nav-toggle.html.twig", "partials/base-root.html.twig", 55)->display($context);
// line 56
echo "
";
// line 57
$this->displayBlock('titlebar', $context, $blocks);
// line 58
echo "
";
// line 60
$this->displayBlock('content_wrapper', $context, $blocks);
// line 86
echo "
";
// line 87
$this->displayBlock('modals', $context, $blocks);
// line 123
echo "
";
}
// line 50
public function block_navigation($context, array $blocks = [])
{
// line 51
echo " ";
$this->loadTemplate("partials/nav.html.twig", "partials/base-root.html.twig", 51)->display($context);
// line 52
echo " ";
}
// line 57
public function block_titlebar($context, array $blocks = [])
{
}
// line 60
public function block_content_wrapper($context, array $blocks = [])
{
// line 61
echo "
getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", []), "admin", []), "content_padding", [])) {
echo "content-padding";
}
echo "\">
";
// line 63
$this->displayBlock('messages', $context, $blocks);
// line 66
echo "
";
// line 67
$this->displayBlock('widgets', $context, $blocks);
// line 68
echo "
";
// line 69
$this->displayBlock('content_top', $context, $blocks);
// line 70
echo "
";
// line 71
$this->displayBlock('content', $context, $blocks);
// line 72
echo "
";
// line 73
if ($this->getAttribute($this->getAttribute($this->getAttribute(($context["config"] ?? null), "plugins", []), "admin", []), "show_github_msg", [])) {
// line 74
echo "
";
}
// line 76
echo " ";
$this->displayBlock('content_bottom', $context, $blocks);
// line 77
echo "
";
// line 78
$this->displayBlock('footer', $context, $blocks);
// line 83
echo "
";
}
// line 63
public function block_messages($context, array $blocks = [])
{
// line 64
echo " ";
$this->loadTemplate("partials/messages.html.twig", "partials/base-root.html.twig", 64)->display($context);
// line 65
echo " ";
}
// line 67
public function block_widgets($context, array $blocks = [])
{
}
// line 69
public function block_content_top($context, array $blocks = [])
{
}
// line 71
public function block_content($context, array $blocks = [])
{
}
// line 76
public function block_content_bottom($context, array $blocks = [])
{
}
// line 78
public function block_footer($context, array $blocks = [])
{
// line 79
echo "
";
}
// line 87
public function block_modals($context, array $blocks = [])
{
// line 88
echo "