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