模板
<#include "baseHeader.html" />
<#macro head ><#nested>#macro>
<#macro style ><#nested>#macro>
<#macro content >
<#nested>
#macro>
<#macro script >
<#nested>
#macro>
页面调用
<#include "/layout/master.ftl" />
<@script>var a=1;@script>
结果生成的页面,这句var a=1;跑到了