website/templates/features/_features.html
#import "/_scaffold.html" as main> <#macro featureSection>
<#nested> #macro> <#macro history> <#nested> #macro> <#macro overview> <@main.h2 title="Overview" /> <#nested> #macro> <#macro experimental> <@main.h2 title="Experimental" /> Experimental because: <#nested> #macro> <#macro snippets name>
<@main.h2 title="With Lombok" /> ${usages.pre(name)?no_esc}
<@main.h2 title="Vanilla Java" /> ${usages.post(name)?no_esc}
#macro> <#macro confKeys> <@main.h2 title="Supported configuration keys:" /> <#nested> #macro> <#macro smallPrint> <@main.h2 title="Small print" /> <#nested>
#macro> <#macro scaffold title logline load=[]> <@main.scaffold load title> Get Lombok for Enterprise
<@main.h1 title="${title}" /> <@main.h2 title="${logline?no_esc}" />
<#nested> @main.scaffold> #macro>