<% if (typeof extraCss !== 'undefined') { <% for (const css of extraCss) { %> <% } %> <% } %> <% if (typeof user !== 'undefined' && user) { %>
<%- content %>
<% } else { %> <%- content %> <% } %> <% if (typeof extraJs !== 'undefined') { <% for (const js of extraJs) { %><% } %> <% } %>