This methode allows to create an object of the FreeMarket template type.

1 freemarker.template

<freemarker.template>
    <content /> !
</freemarker.template>
Example

Creation of a simple template.

Copy
<xsql-script name='sample_1'>
    <body>
        <set name='template'>
            <freemarker.template>
<![CDATA[<html>
    <body>
        ${message}
    </body>
</html>]]>
            </freemarker.template>
        </set>
    </body>
</xsql-script>