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

Welcome: <%= user.name %>

<%= plan.name %>

Progress <%= plan.progress %>%

Assets:

<%= assets.length %>

<%= assets.reduce((total, asset) => total + asset.value, 0) %>

Plan Details:

<%= plan.retirementAge %>

<%= plan.retirementExpenses %>

<%= plan.retirementAssets %>

<%= plan.retirementLiabilities %>

Suggestions:

<%= suggestions %>

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