Const
Flow control directives for each image file extension.
Each image directive follows the same syntax: {{ext:content if true}} or {{ext:[content if true]:[content if false]}}, where ext is the image file extension, e.g. png, jpg, gif, etc.
{{ext:content if true}}
{{ext:[content if true]:[content if false]}}
ext
png
jpg
gif
The content if false is optional.
Generated using TypeDoc
Flow control directives for each image file extension.
Each image directive follows the same syntax:
{{ext:content if true}}
or{{ext:[content if true]:[content if false]}}
, whereext
is the image file extension, e.g.png
,jpg
,gif
, etc.The content if false is optional.