{% extends "basic/layout.html" %} {{ super() }} {% set css_files = css_files + [ "_static/css/bootstrap.min.css", "_static/css/f5.css", "_static/css/f5-theme.css", "_static/css/custom.css", "https://use.fontawesome.com/21fb8a09c3.css" ] %} {% include "head.html" %} {# OPENSEARCH #} {% if not embedded %} {% if use_opensearch %} {% endif %} {% endif %} {%- block extrahead %}{%- endblock %} {# Do not create the standard relbars and sidebars #} {%- block relbar1 %}{% endblock %} {%- block relbar2 %}{% endblock %} {%- block sidebar1 %}{% endblock %} {%- block sidebar2 %}{% endblock %} {%- block header %}
{% endblock %}