{% set script_files = script_files + ['_static/lib/prettyprint/prettyprint.js', 'https://html5shim.googlecode.com/svn/trunk/html5.js'] %} {% set css_files = ['_static/ubuntu1204-core.css', '_static/ubuntu1204-sphinx.css', '_static/lib/font/font-awesome.css','_static/lib/prettyprint/prettyprint.css'] %} {%- block doctype -%}{%- endblock %} {%- macro script() %} {%- for scriptfile in script_files %} {%- endfor %} {%- endmacro %} {%- macro css() %} {%- for cssfile in css_files %} {%- endfor %} {%- endmacro %} {%- macro relbar() %} {%- for rellink in rellinks %}{% if loop.first %}{% else %}
  • {{ rellink[3] }}
  • {% endif %}{%- endfor %} {%- endmacro %} {{ metatags }} {%- block htmltitle %}{{ title|striptags|e }}{{ titlesuffix }}{%- endblock %} {{ css() }} {{ script() }} {%- if use_opensearch %} {%- endif %} {%- block linktags %} {%- if hasdoc('about') %} {%- endif %} {%- if hasdoc('genindex') %} {%- endif %} {%- if hasdoc('search') %} {%- endif %} {%- if hasdoc('copyright') %} {%- endif %} {%- if parents %} {%- endif %} {%- if next %} {%- endif %} {%- if prev %} {%- endif %} {%- endblock %} {% macro navBar() %}
    Ubuntu logo

    {{ docstitle|e }}

    {% endmacro %} {% block header %}{{ navBar() }}{% endblock %}
    {%- block content %} {% block body %} {% endblock %} {%- endblock %}
    {%- block footer %}
    {%- endblock %}