{# 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 %} {{ title|striptags|e }}{{ titlesuffix }} {%- endblock %} {{ prescript() }}

Your browser doesn't support the features required by impress.js, so you are presented with a simplified version of this presentation.

For the best experience please use the latest Chrome or Safari browser. Firefox 10 (to be released soon) will also handle it.

{% block body %} {% endblock %}
Use a space bar or arrow keys to navigate
{{ postscript() }}