<#ftl encoding="UTF-8"/> <#import "/jet/ftl/core/general.ftl" as jet/> <#import "/jet/ftl/examples/core.ftl" as examples/> <@jet.doctype/> <@examples.page> <@examples.header title="Registration result page showing some parameters provided"/> <@examples.body> ${registerdata.firstname}
${registerdata.lastname}
${registerdata.sex}

<@jet.actionsourcelink/>
[show page template]
[show example templates]
<@jet.debug/>