{% 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/releases/v5.8.1/css/all.css" ] %} {% set script_files = script_files + [ "https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.js" ]%} {% include "head.html" %} {%- block extrahead %} {# OPENSEARCH #} {% if not embedded %} {% if use_opensearch %} {% endif %} {% endif %} {%- endblock %} {# Do not create the standard relbars and sidebars #} {%- block relbar1 %}{% endblock %} {%- block relbar2 %}{% endblock %} {%- block sidebar1 %}{% endblock %} {%- block sidebar2 %}{% endblock %} {%- block header %}
{% endblock %}
{% block content %} {%- if sidebars != None %} {%- block f5sidebar %}
{%- endblock %} {%- endif %} {% block main %}
{%- block breadcrumb %} {% include "breadcrumb.html" %} {% endblock %} {% if (theme_version_selector) %} {% if (theme_enable_version_warning_banner) %} {%- endif %} {%- endif %} {% block body %}{% endblock %} {% if (next or prev) and (theme_next_prev_link) %}
{% if prev %} Previous {% endif %} {% if next %} Next {% endif %}
{% endif %}
{%- endblock %}
{% endblock %}
{%- block footer %} {% if (theme_version_selector) %} {%- endif %} {%- endblock %}