<%- include("./partials/fileHeader") %> <%- include("./partials/header") %>

Welcome: <%= user.name %>

My Retirement Plans

New Plan

<% plans.forEach(plan => { %>
<%= plan.name %>

<%= plan.description %>

<% }) %>
<%- include("./partials/navBar") %> <%- include("./partials/footer") %>