{%- extends "basic/layout.html" %} {# Do this so that bootstrap is included before the main css file #} {%- block htmltitle %} {% set script_files = script_files + ["_static/myscript.js"] %} {{ super() }} {%- endblock %} {%- block extrahead %} {% if theme_touch_icon %} {% endif %} {{ super() }} {% endblock %} {# Displays the next and previous links both before and after content #} {% macro render_relations(class='footer-links', add_spacer=0) -%} {% if prev or next %}