{# Import the theme's layout. #} {% extends "!layout.html" %} {# Custom CSS overrides #} {% set bootswatch_css_custom = ['_static/style.css', "../../css/converse.min.css"] %} {% set script_files = script_files + ["../../builds/converse.min.js", "../../analytics.js"] %} {# Add some extra stuff before and use existing with 'super()' call. #} {% block footer %} {{ super() }} {% endblock %}