image
image ( <string with relative or absolute path to image> )
Displays an image. Images placed in an "images" folder in the root directory of your application will be automatically copied during deployment.
Example:
define page root(){
image("http://webdsl.org/webdslorg/images/WebDSL-small.png")
image("/images/WebDSL-small.png")
}
image