<% if (plugins.topics) { %>

<%= {starred:"Starred topics", labels:"Starred topics", icons:"Starred topics", mastered:"Mastered technologies and topics"}[plugins.topics.mode] %>

<% if (plugins.topics.error) { %>
<%= plugins.topics.error.message %>
<% } else { %>
<% if (plugins.topics.type === "labels") { %> <% for (const {name, description} of plugins.topics.list) { %>
<%= name.toLocaleLowerCase() %>
<% } %> <% } else if ((plugins.topics.type === "icons")) { %> <% for (const {name, icon} of plugins.topics.list) { %> <% if (icon) { %> <%= name %> <% } %> <% } %> <% } %>
<% } %>
<% } %>