{# ovs/layout.html ~~~~~~~~~~~~~~~ Sphinx layout template for the ovs theme. :copyright: Copyright 2016, Stephen Finucane :license: Apache 2.0 #} {% extends "basic/layout.html" %} {%- macro relbar() %} {{ _('Navigation') }} {%- endmacro %} {%- block doctype %} {%- endblock %} {%- block extrahead %} {%- endblock %} {% block header %} {# This should not be using height/width tags #} Navigation ▾ Overview Documentation ▾ ▾ Open vSwitch (latest) Open vSwitch 2.5.x Man Pages Talks & Presentations ▾ ▾ OVScon 2016 OVScon 2015 OVScon 2014 Papers Presentations Interviews Download Mailing Lists Charter {% endblock %} {% block content %} {% block body %}{% endblock %} {% if prev %} {{ next.title }} › {% endif %} {% if next %} ‹ {{ prev.title }} {% endif %} Contents {{ toctree() }} Browse {%- for rellink in rellinks %} {{ rellink[1]|striptags|e }} {%- endfor %} Navigation {{ shorttitle|e }} {%- for parent in parents %} {{ parent.title }} {%- endfor %} {{ title }} {%- for parent in parents %}{%- endfor %} {% endblock %} {% block footer %} {% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %}