{%- 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 %} {% endblock %}