xmpp.chapril.org-conversejs/docs/source/_templates/layout.html

14 lines
336 B
HTML
Raw Normal View History

{# Import the theme's layout. #}
{% extends "!layout.html" %}
{# Custom CSS overrides #}
2022-02-20 18:44:30 +01:00
{% set css_files = css_files + ['_static/style.css'] %}
{% set script_files = script_files + ["../../analytics.js"] %}
{# Add some extra stuff before and use existing with 'super()' call. #}
{% block footer %}
{{ super() }}
{% endblock %}