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