%- include("./partials/fileHeader") %> <%- include("./partials/header") %> Add Asset Create new plan <% if (plans.length === 0) { %> Don't have any retirement plans? Make one <% } else %> <% plans.forEach(plan=> { %> <%- include('./partials/dashboardBox.ejs', {thing: plan}) %> <% }); %> <%- include("./partials/navBar") %> <%- include("./partials/scriptLoader") %> <%- include("./partials/footer") %>