{% block head_meta -%} {% if not skip_ua_compatible -%} {%- endif -%} {{ metatags }} {% endblock head_meta -%} {% block head_title %}{{ title|striptags|e }}{% endblock head_title %} {%- block head_links -%} {% if favicon -%} {%- endif -%} {% if hasdoc('about') -%} {%- endif -%} {% if hasdoc('genindex') -%} {%- endif -%} {% if hasdoc('search') -%} {%- endif -%} {% if hasdoc('copyright') -%} {%- endif -%} {% if next -%} {%- endif -%} {% if prev -%} {%- endif -%} {% endblock head_links -%} {% block head_stylesheets -%} {% if not omit_skeleton_css -%} {%- endif -%} {% for css in css_files -%} {%- if css|attr("filename") -%} {{ css_tag(css) }} {%- else -%} {%- endif -%} {% endfor -%} {%- endblock head_stylesheets -%} {% block head_javascript %}{% endblock %} {% block head_extra %}{% endblock %} {% block body %}{% endblock body -%} {% block body_javascript -%} {% for js in script_files -%} {{ js_tag(js) }} {% endfor -%} {%- endblock body_javascript -%}