{% extends "classic/layout.html" %} {% set css_files = css_files + ["_static/css/f5.css", "_static/css/custom.css"] %} {# set script_files = script_files + ["https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js", "_static/js/bootstrap.min.js"] #} {%- block extrahead %} {% include "head.html" %} {%- endblock %} {# Do not create the standard relbars and sidebars #} {%- block relbar1 %}{% endblock %} {%- block relbar2 %}{% endblock %} {%- block sidebar1 %}{% endblock %} {%- block sidebar2 %}{% endblock %} {%- block header %} {% include "header.html" %} {% endblock %}
{% block content %} {%- if sidebars != None %} {%- block f5sidebar %} {%- endblock %} {%- endif %} {% block main %}
{%- block breadcrumb %} {% include "breadcrumb.html" %} {% endblock %} {% 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 %} {% include "footer.html" %}
{%- block scripts %} {%- endblock %} {%- endblock %}