<% if (post.tags && post.tags.length) { %>
<%- list_tags(post.tags, { show_count: false, style: 'link' }) %>
<% } %>