{# -*- coding: utf-8 -*- #} {% import 'base_helper.tmpl' as base with context %} {% import 'reveal_helper.tmpl' as reveal with context %} {{ set_locale(lang) }} {{ base.html_headstart() }} {{ reveal.html_reveal_head() }} {% block extra_head %} {# Leave this block alone. #} {% endblock %} {{ template_hooks['extra_head']() }}
{% block content %}{% endblock %}
{{ reveal.html_reveal_body() }} {% block custom_reveal %}{% endblock %} {{ base.late_load_js() }} {% block extra_js %}{% endblock %} {{ body_end }}