{% extends "!layout.html" %} {%- block doctype -%} {%- endblock -%} {% set css_files = css_files + ["https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css"] %} {% set css_files = css_files + ["_static/styles/cloudita.css"] %} {% set baseref = pathto('.') %} {# check if sourcename exists #} {% if not sourcename %} {% set sourcename = '' %} {% endif %} {%- block header %} {%- endblock %} {# No relbar at top #} {%- block relbar1 %}{% endblock %} {# our footer: footer_links is a list of pairs (page, anchor) #} {%- block footer %} {# It would be better to pass this through conf.py #} {% set footer_links = [('http://www.garr.it', 'About GARR'), ('terms', 'Terms of Service'), ('terms/privacy', 'Privacy'), ('compliance', 'Security')] %} {% endblock %}