";
}
// line 54
public function block_header_navigation($context, array $blocks = array())
{
}
// line 66
public function block_body($context, array $blocks = array())
{
// line 67
echo "
";
// line 70
$this->displayBlock('content', $context, $blocks);
// line 71
echo "
";
}
// line 70
public function block_content($context, array $blocks = array())
{
}
// line 76
public function block_footer($context, array $blocks = array())
{
// line 77
echo "
";
}
// line 81
public function block_bottom($context, array $blocks = array())
{
// line 82
echo " ";
echo $this->getAttribute(($context["assets"] ?? null), "js", array(0 => "bottom"), "method");
echo "
";
}
public function getTemplateName()
{
return "partials/base.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 238 => 82, 235 => 81, 229 => 77, 226 => 76, 221 => 70, 214 => 71, 212 => 70, 207 => 67, 204 => 66, 199 => 54, 186 => 55, 184 => 54, 166 => 41, 162 => 39, 159 => 38, 154 => 30, 151 => 29, 148 => 28, 145 => 27, 142 => 26, 139 => 25, 134 => 21, 131 => 20, 128 => 19, 125 => 18, 122 => 17, 119 => 16, 116 => 15, 109 => 32, 107 => 25, 101 => 23, 99 => 15, 92 => 11, 88 => 10, 85 => 9, 83 => 8, 75 => 7, 72 => 6, 69 => 5, 63 => 84, 61 => 81, 58 => 80, 56 => 76, 53 => 75, 51 => 66, 48 => 65, 46 => 38, 40 => 34, 38 => 5, 33 => 3, 30 => 2, 28 => 1,);
}
/** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */
public function getSource()
{
@trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED);
return $this->getSourceContext()->getCode();
}
public function getSourceContext()
{
return new Twig_Source("{% set theme_config = attribute(config.themes, config.system.pages.theme) %}
{% block head %}
{% if header.title %}{{ header.title|e('html') }} | {% endif %}{{ config.site.title|t('html') }}
{% include 'partials/metadata.html.twig' %}
{% block stylesheets %}
{% do assets.addCss('theme://css/jquery.bxslider.css', 101) %}
{% do assets.addCss('theme://css/style.css', 101) %}
{% do assets.addCss('theme://css-compiled/template.css', 101) %}
{% do assets.addCss('theme://css/jquery.mCustomScrollbar.css', 101) %}
{% do assets.addCss('theme://css/media-queries.css', 101) %}
{% endblock %}
{{ assets.css() }}
{% block javascripts %}
{% do assets.addJs('jquery', 101) %}
{% do assets.addJs('theme://js/jquery.mCustomScrollbar.concat.min.js') %}
{% do assets.addJs('theme://js/jquery.bxslider.min.js') %}
{% do assets.addJs('theme://js/script.js') %}
{% endblock %}
{{ assets.js() }}
{% endblock head %}
{% block header %}