I'm Facing Weird issue with svg files and twig
It says Fatal error: Uncaught Twig\Error\LoaderError: Unable to find template
{% set logo = Image(options.logo_foot) %}
{% if logo.file_loc %}
{{ source(logo.file_loc) }}
{% endif %}
seems more likely to windows issue on mac everythings works fine