9.2 Scripting Modules ↑
9.2.4 Template Module Parameters
A Template command may have an action of ‘webroot’, ‘open’ or ‘generate’.
A ‘webroot’ action causes the value column to be used as a path to the top level of a website to be generated. Template variables of ‘relative’ will then be replaced with a series of ‘../’ strings taking a file reference back to the top of the website.
The file pointed to by the path in the value column will be opened as a Template file.
The previously opened Template file will be processed according to the rules of Merge Templates, generating one or more output files.
Next: Output Module Parameters