{% extends "basic/layout.html" %} {% set theme_css_files = [] %} {% set theme_css_files = theme_css_files + [ '_static/skuid.css', '_static/skuid-ink-icons.css', '_static/bootstrap.css' ] %} {% set css_files = css_files + theme_css_files %} {% set script_files = script_files + [ '_static/js/jquery-1.11.0.min.js', '_static/js/jquery-fix.js', '_static/js/bootstrap.js', '_static/js/skuid-sphinx.js' ] %} {%- set render_sidebar = (not embedded) and (not theme_nosidebar|tobool) and sidebars %} {%- set bs_content_width = render_sidebar and "9" or "12"%} {%- macro globalSidebar() %} {%- if render_sidebar %} {%- endif %} {%- endmacro %} {%- macro localSidebar() %} {%- if render_sidebar %} {%- endif %} {%- endmacro %} {%- block doctype -%} {%- endblock %} {% macro navBar() %} {% include "navbar.html" %} {% endmacro %} {%- block extrahead %} {% if theme_analytics_id %} {% endif %} {% if theme_marketo_id %} {% endif %} {% endblock %} {# Silence the sidebar's, relbar's #} {% block header %}{% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %} {% block sidebarsourcelink %}{% endblock %} {%- block content %}
{{ navBar() }} {% if pagename == 'index' %} {% else %} {% if parents|length>=0 %} {% endif %} {% endif %} {% if pagename == 'index' %} {% include 'landingpage.html' %} {% else %}
{% block sidebar1 %}{{ globalSidebar() }}{% endblock %} {% block sidebar2 %}{{ localSidebar() }}{% endblock %}
{% block body %} {% endblock %}
{% endif %} {%- endblock %} {%- block footer %} {%- endblock %}