<% if (theme.logo.enable) { %> <% } else { %> <%= config.title %> <% } %>

<%- config.description %>

<% for (let index in theme.navbar) { %> <% const mapping = theme.navbar[index]; const link = mapping[0]; const favicon = mapping[1]; const description = mapping[2]; let outter = link.startsWith("https://") ? true : false; %> <% if (outter) { %> <% } else { %> <% } %> <%= description %> <% } %>