<#macro kw content="" footer="" header="">
<#if header?has_content>
${header}
<#if content?has_content>
${content}
<#if footer?has_content>
${footer}