<link rel="stylesheet" href="/stylesheets/tag.css"> <div class="tag-cloud"> <% tags.forEach(item=> { %> <a href="/<%= lang %>/tag/<%= item.tag %>" class="tag" style="color: <%= item.color %>;"><%= item.tag %></a> <% }); %> </div>