%# %> <% if (currentURI !== "/") { %> Home <% } %> <% for (let page of navigationPages) { %> <%- pageLinkHTML(page) %> <% } %> <%# %>