<#macro optAttribute attribute value=""> <#if value?has_content>${attribute}="${value}" <#macro svgUse cssClass spriteUrl symbolId> > <#macro svgUseObject svgIcon> <@svgUse svgIcon.cssClass!"" svgIcon.spriteUrl svgIcon.symbolId /> <#macro flexOrder xs="" sm="" md="" lg="" xl=""> <#if xs?has_content>order-${xs} <#if sm?has_content>order-sm-${sm} <#if md?has_content>order-md-${md} <#if lg?has_content>order-lg-${lg} <#if xl?has_content>order-xl-${xl} <#macro a href="javascript:void(0);" id="" class="" target="" title=""> <@optAttribute "class" class/> <@optAttribute "target" target/> <@optAttribute "title" title/> > <#nested> <#macro csrfInput> <#if _csrf??>