Output
Render the output of any file in your theme.
Example
{{ theme:output src="svg/logo.svg" }}
<svg>...</svg>
Parameters
src
string |
The path to the file, relative to the theme directory. |
---|