<% if (typeof isAuthenticated !== 'undefined' && isAuthenticated) { %>
<% } %>
<%- body %>
<% if (typeof scripts !== 'undefined') { %>
<% scripts.forEach(function(script) { %>
<% }); %>
<% } %>
<% if (typeof inlineScript !== 'undefined') { %>
<% } %>