<#macro tabs>
<#nested>
<#macro tabStart id title>

${title?xhtml}

<#macro tabEnd>
<#macro tab id title> <@tabStart id title /> <#nested> <@tabEnd />