%- include('../layouts/header.ejs', {title: 'Change Password', state: 'change-password'}); %>
<%- include('../layouts/navbar.ejs', {types: 'v2', title: 'Change Password'}); %>
Change Password
Please Enter a new password to change the current one.
New Password
Confirm New Password
<%- include('../layouts/footer.ejs', {state: 'change-password'}); %>