{#- Revealjs simple output theme ---------------------------- This theme is for sphinx-revealjs to generate compact html. Therefore, it picks essence from basic theme, but it does not inherit html theme onpurpose. -#} {%- macro script() %} {%- for js in script_files %} {{ js_tag(js) }} {%- endfor %} {%- endmacro %} {%- macro css() %} {%- for css in css_files %} {%- if css|attr("filename") %} {{ css_tag(css) }} {%- else %} {%- endif %} {%- endfor %} {%- endmacro %}
{%- block htmltitle %}