<%- lang.me.items[0] %>
<% for (url of Object.keys(profile.pronouns)) { if (profile.pronouns[url] >= 0) { %>
- <%- url.split("/")[url.split("/").length - 1].replace("&", "/") %>
<% }} %>
<%- lang.me.items[1] %>
<% for (name of Object.keys(profile.names)) { if (profile.names[name] >= 0) { %>
- <%- name %>
<% }} %>
<%- lang.me.items[2] %>
<% for (group of Object.keys(profile.words)) { for (word of Object.keys(profile.words[group])) { if (profile.words[group][word] >= 0) { %>
style="font-weight: bold;"<% } %> <% if (profile.words[group][word] === 3) { %>style="opacity: .25;"<% } %> <% if (profile.words[group][word] === 2) { %>style="font-style: italic;"<% } %>><%- word %>
<% }}} %>
<%- include(`${private}/footer.ejs`) %>