{%- block doctype -%} {%- endblock %} {%- set reldelim1 = reldelim1 is not defined and ' »' or reldelim1 %} {%- set reldelim2 = reldelim2 is not defined and ' ' or reldelim2 %} {%- macro relbar() %}
{{ _('Navigation') }}
{%- if pagename != "search" %}
{%- endif %} {%- for rellink in rellinks %}
{{ rellink[3] }}
{{ reldelim2 }}
{%- endfor %} {%- block rootrellink %}
{{ shorttitle|e }}
{{ reldelim1 }}
{%- endblock %} {%- for parent in parents %}
{{ parent.title }}
{{ reldelim1 }}
{%- endfor %} {%- block relbaritems %} {% endblock %}
{%- endmacro %} {%- macro sidebar() %} {%- if not embedded %}{% if not theme_nosidebar|tobool %}
{%- block sidebarlogo %} {%- if logo %}
{%- endif %} {%- endblock %} {%- block sidebartoc %} {%- if display_toc %}
{{ _('Table Of Contents') }}
{{ toc }} {%- endif %} {%- endblock %} {%- block sidebarrel %} {%- if prev %}
{{ _('Previous topic') }}
{{ prev.title }}
{%- endif %} {%- if next %}
{{ _('Next topic') }}
{{ next.title }}
{%- endif %} {%- endblock %} {%- block sidebarsourcelink %} {%- if show_source and has_source and sourcename %}
{{ _('This Page') }}
{{ _('Show Source') }}
{%- endif %} {%- endblock %} {%- if customsidebar %} {% include customsidebar %} {%- endif %} {%- block sidebarsearch %} {%- if pagename != "search" %}
{{ _('Quick search') }}
{{ _('Enter search terms or a module, class or function name.') }}
{%- endif %} {%- endblock %}
{%- endif %}{% endif %} {%- endmacro %}
{{ metatags }} {%- if not embedded %} {%- set titlesuffix = " — "|safe + docstitle|e %} {%- else %} {%- set titlesuffix = "" %} {%- endif %}
{{ title|striptags }}{{ titlesuffix }}
{%- if not embedded %} {%- for scriptfile in script_files %} {%- endfor %} {%- if use_opensearch %}
{%- endif %} {%- if favicon %}
{%- endif %} {%- endif %} {%- block linktags %} {%- if hasdoc('about') %}
{%- endif %} {%- if hasdoc('genindex') %}
{%- endif %} {%- if hasdoc('search') %}
{%- endif %} {%- if hasdoc('copyright') %}
{%- endif %}
{%- if parents %}
{%- endif %} {%- if prev %}
{%- endif %} {%- if next %}
{%- endif %} {%- endblock %} {%- block extrahead %} {% endblock %}
Metacat: Metadata and Data Management Server
{%- block header %}{% endblock %} {%- block relbar1 %}{{ relbar() }}{% endblock %} {# Comment out the sidebar {%- block sidebar1 %} {# possible location for sidebar {% endblock %} #}
{%- block document %}
{%- if not embedded %}{% if not theme_nosidebar|tobool %}
{%- endif %}{% endif %}
{% block body %} {% endblock %}
{%- if not embedded %}{% if not theme_nosidebar|tobool %}
{%- endif %}{% endif %}
{%- endblock %} {# {%- block sidebar2 %}{{ sidebar() }}{% endblock %} #}
{%- block footer %} {%- endblock %}