Inlines a theme asset’s raw contents into the page (ideal for SVG icons).
{{ 'icon-cart.svg' | inline_asset_content }}
Output:
<svg …>…</svg>