%- await include("../common-head.ejs.html") %>
<%- await include("../common-nav.ejs.html") %>
Contributor documentation
Code on GitHub
<% for (let subpage of navSubpages) { %> <% if (!subpage.hidden) { %>
<%= subpage.meta.title %>
<% } %> <% } %>
Contact the developers