<% if (site.tags.length){ %>
<%- partial('header', {item: item, defIcon: 'fas fa-tags', defTitle: __('sidebar.tagcloud')}) %>
<%- tagcloud(site.tags, { min_font: 14, max_font: 24, color: true, start_color: item.start_color ? item.start_color : '#999', end_color: item.end_color ? item.end_color : '#555', }) %>
<% } %>