{# glpi/layout.html ~~~~~~~~~~~~~~~~ Sphinx layout template for the GLPI theme. :copyright: Copyright 2017 Teclib' and contributors :license: see LICENSE for details. #} {% extends "local_rtd_theme/layout.html" %} {% set script_files = script_files + ['_static/jquery.js', '_static/jquery.fancybox.min.js'] %} {% set css_files = css_files + ['_static/jquery.fancybox.min.css', '_static/glpi.css'] %} {%- block footer %} {%- endblock %}