{% for css in STYLESHEETS %} {% endfor %} {% if FAVICON %} {% endif %} {% if not SEARCH_DISABLED and SEARCH_BASE_URL %} {% endif %} {% block header_links %} {% endblock %} {% if THEME_COLOR %} {% endif %} {% if HTML_HEADER %} {{ HTML_HEADER|rtrim|indent(2) }} {% endif %}
{% if PAGE_HEADER %} {{ PAGE_HEADER|replace('{filename}', FILENAME) }} {% endif %} {% block main %} {% endblock %}
{% if not SEARCH_DISABLED %} {% if SEARCH_DOWNLOAD_BINARY %} {% else %} {% endif %} {% endif %} {% if FINE_PRINT %} {% endif %} {#- sanity checks for variables that should be always defined -#} {% if FILENAME is not defined %}{{ FILENAME.is_not_defined_the_script_is_broken }}{% endif %} {% if DOXYGEN_VERSION is not defined %}{{ DOXYGEN_VERSION.is_not_defined_the_script_is_broken }}{% endif %} {% if SEARCHDATA_FORMAT_VERSION is not defined %}{{ SEARCHDATA_FORMAT_VERSION.is_not_defined_the_script_is_broken }}{% endif %}