layout.html 245 B

123456
  1. {% extends "!layout.html" %}
  2. {% set css_files = css_files + ["_static/customstyle.css"] %}
  3. {# we change the master_doc variable so that links to the index
  4. page are to index.html instead of <port>_index.html #}
  5. {% set master_doc = "index" %}