{%- extends "layout.html" %} {%- block htmltitle %} {{ title|striptags|e }} {%- endblock %} {%- block extrahead %} {# Google Fonts #} {% if google_fonts.has_fonts %} {% endif %} {% endblock %} {%- block content %}
{{ body }}
{% for script_file in revealjs.script_files %} {% endfor %} {% if revealjs.engine.version == 4 %} {% for plugin in revealjs.script_plugins -%} {% endfor %} {% endif %} {% endblock %}