{# #######################
includes.html
##########################
Deliberately omitting JavaScript from this file.
Also Glyphicons and the favicon images.
#}
{% for css_href in config.custom_css_files %}
{% endfor %}
{%- for m in report.modules %}{% if m.css and m.css|length > 0 -%}{% for css_href in m.css.values() %}
{%- endfor %}{% endif %}{% endfor %}