Render the output of any SVG file in your asset folder using the ID.
- Copy over the files into the
site
folder. - Output the raw SVG asset using the new
svg_output
tag!
-
ID - The ID of the file in your asset folder
-
Class - Allows you to add a class to the tag
{{ svg_output id="{id}" class="class-name" }}
<svg class="class-name">...</svg>