{% extends "sphinxdoc/layout.html" %} {%- macro customrelbar(showrel=True) %} {%- endmacro %} {%- macro index_sidebar() %}

License

This workshop is freely available for use and re-use under the terms of the Creative Commons Attribution-Share Alike 3.0 license. Feel free to use this material but retain the attribution.

Attribution

This workshop was originally written by OpenGeo and Boundless.

Subsequent revisions by Paul Ramsey.

{%- endmacro %} {% block extrahead %} {% if pagename == "index" %} {% endif %} {% endblock %} {% block header %}

OpenGeo

{{ docstitle }}

{% endblock %} {% block relbar1 %} {% endblock %} {% block sidebarsearch %}{% endblock %} {%- block sidebar1 %} {%- if pagename == 'index' %}{{ index_sidebar() }}{% else %}{{ super() }}{% endif %} {% endblock %} {%- block sidebar2 %}{% endblock %} {%- block relbar2 %} {%- if pagename != 'index' %}{{ customrelbar(True) }}{% endif %} {% endblock %} {%- block footer %} {%- endblock %}