{% extends 'default/layout.html' -%} {# Support for Sphinx 1.3+ page_source_suffix, but don't break old builds. #} {% if page_source_suffix %} {% set suffix = page_source_suffix %} {% else %} {% set suffix = source_suffix %} {% endif %} {%- block doctype %} {% endblock -%} {% block extrahead %} {% for lang in languages %} {%- if lang != language -%} {%- if has_lang(lang, pagename) -%} {%- endif -%} {%- endif -%} {% endfor %} {% endblock %} {%- set script_files = script_files + ["_static/app.js", "_static/modernizr.foundation.js", "_static/foundation.js"] -%} {# Use the header block to insert the CSF navbar #} {%- block header %} {# Outer wrapper for pushing the footer to the bottom #}
{% endblock -%} {%- block relbar1 %}
{% endblock -%} {%- block content %}
{%- if pagename != 'search' -%} {% if display_github %} Improve this Doc {% elif display_bitbucket %} Improve this Doc {% elif show_source and source_url_prefix %} View page source {% elif show_source and has_source and sourcename %} View page source {% endif %} {%- endif -%} {% block body %} {% endblock %}
{# End of div[id=wrapper] #} {% endblock -%} {%- block relbar2 %} {# Empty so links aren't duplicated #} {% endblock %} {%- block footer %} {# Push the footer down to the bottom of the page #}
{%- endblock %}