#set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
<${symbol_pound}macro myLayout title="Layout example">
${symbol_dollar}{title}
<${symbol_pound}include "header.ftl.html"/>
<${symbol_pound}nested/>
<${symbol_pound}include "footer.ftl.html"/>
${symbol_pound}macro>