<#import "../layout/defaultLayout.ftl.html" as layout> <@layout.myLayout "Home page">

Html escaping

Html escaping is really important. By default all user generated content is html escaped. This includes all variables you set and also all messages. The template itself is not touched.


Escaping example