Twig Extension that relays PHP's file_get_contents()
and return the contents in raw format to template. Use with care. Useful if you want to embed external svg code inline in templates.
<figure class="c-icon">
{{ fetch(svg.url) }}
</figure>
<figure class="c-icon">
{{ fetch('http://foo.bar/illustration.svg') }}
</figure>