In a page module folder I have a regular SVG. Its the only image file in the folder. The theme runs {% set image = page.media.images|first %} and then {{ image.html }} but nothing is output. If I add a JPEG to that folder, the JPEG loads.
It seems that page.media.images does not include SVG files. Am I missing a setting or is that not supported?