getImage
Function getImage
Note: This refers to a proposed change that has not been implemented in the main code base yet.
Returns the asset id for the image of an image token.
Usage
[h: asset = getImage(name)]
Examples
To display the image from an image token called "image:Map" you can do the following
<img src="[r: getImage('image:Map')]></img>