{# impressjs/layout.html ~~~~~~~~~~~~~~~~~~~~~ Original layout template for Sphinx theme. :copyright: Copyright (c) 2012 Sphinx-user.jp, see AUTHORS. :license: MIT, see LICENSE for details. #} {%- set pre_script_files = ['_static/jquery.js'] -%} {%- set post_script_files = ['_static/impress.js'] -%} {%- block doctype -%} {%- endblock -%} {%- macro prescript() %} {%- for scriptfile in pre_script_files %} {%- endfor %} {%- endmacro %} {%- macro postscript() %} {%- for scriptfile in post_script_files %} {%- endfor %} {%- endmacro %}
{{ metatags }} {%- block htmltitle %}