<#-- Renders a "product" XML to a HTML files. --> <#escape x as x?html> <@pp.renameOutputFile extension="html" /> <#assign prod = pp.doc.product> Product: ${prod.name?cap_first}

${prod.name?cap_first}

Price: only ${prod.price}

Description:
${prod.description}


Back...