<#if 0 != mostUsedCategories?size>
${categoryLabel}
<#list mostUsedCategories as category> ${category.categoryTitle}
<#if 0 != mostUsedTags?size>
${tagsLabel}
<#list mostUsedTags as tag> ${tag.tagTitle}