{#
Renders HTML that loads BokehJS JavaScript code and CSS according to the
configuration in a Resources object.
:param hashes: a map of filenames for to SRI hashes
:type hashes: dict[str, str]
:param js_files: a list of URIs for JS files to include
:type js_files: list[str]
:param js_modules: a list of URIs for JS modules to include
:type js_files: list[str]
:param js_raw: a list of raw JS snippets to put between ``
{% for file in js_files %}
{% endfor %}
{% for file in js_modules %}
{% endfor %}
{%- for name, file in js_module_exports.items() %}
{%- endfor %}
{%- for js in js_raw %}
{%- endfor %}