{% macro preload(src, htmlAs, prefix = "") %}
{% endmacro %}
{% macro css(src, integrity = "", prefix = "") %}
{# TODO: evaluate when to enable SRI, non-SSL connections cause issues #}
{# {% if integrity %}
{% else %}
{% endif %} #}
{% endmacro %}
{% macro js(src, integrity = "", prefix = "") %}
{# TODO: evaluate when to enable SRI, non-SSL connections cause issues #}
{# {% if false %}
{% else %}
{% endif %} #}
{% endmacro %}