{# ####################### includes.html ########################## This is printed in the HTML head section of the report and includes all of the CSS and JavaScript dependencies (plus favicon images). Note - to make the report stand along (not requiring any associated files), it prints the contents of these files into the report. #} {%- for m in report.modules_output %}{% if m.css and m.css|length > 0 -%}{% for css_href in m.css.keys() %} {%- endfor %}{% endif %}{% endfor %} {%- for m in report.modules_output %}{% if m.js and m.js|length > 0 -%}{% for js_href in m.js.keys() %} {%- endfor %}{% endif %}{% endfor %}