{# For assets that should be loaded after all others. #}
{% comment %}
Consider asset load via `assets_site`, not `assets_site_delayed`:
- Styles should not need a delayed load time.
- Scripts can use `defer` or `async` attr's to manage load time.
{% endcomment %}
{# NOTE: Fonts may be loaded early via `assets_font` #}
{# FAQ: Bootstrap can use jQuery, Popper, then its own script #}
{# SEE: https://getbootstrap.com/docs/4.0/getting-started/introduction/#starter-template #}
{# FAQ: Not loaded in `assets_font.html` because these is NOT font for content which should avoid FOUT, FOIT, FOFT; but decorative, thus superfluous, icons #}
{% if settings.INCLUDES_CORE_PORTAL %}
{% endif %}