{%- set lang = 'en' if lang == None %} {{ title|striptags|e }}{{ titlesuffix }} {%- for css in css_files %} {%- if css|attr("filename") %} {{ css_tag(css) }} {%- else %} {%- endif %} {%- endfor %} {%- if favicon %} {%- endif %} {% if theme_canonical_url %} {% endif %} {%- block scripts %} {%- for js in script_files %} {{ js_tag(js) }} {%- endfor %} {%- endblock %} {%- block extrahead %}{% endblock %} {%- block body_tag %}{% endblock %} {%- block header %}{% endblock %}
{% include "nav.html" %}
{% if (theme_prev_next_buttons_location == 'top' or theme_prev_next_buttons_location == 'both') and (next or prev) %}
{% elif builder != 'singlehtml' %} {% include "breadcrumbs.html" %}
{% endif %} {%- block document %} {% block body %}{% endblock %} {%- endblock %} {% if (theme_prev_next_buttons_location == 'bottom' or theme_prev_next_buttons_location == 'both') and (next or prev) %} {% set sat_applied_footer_spacing = '1' %}
{% endif %} {% include "footer.html" %}
{%- block footer %}{% endblock %}