{% set title = _('Search') %} {% 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"%} {%- block doctype -%} {%- endblock %} {% macro navBar() %} {% include "navbar.html" %} {% endmacro %} {%- block extrahead %}