{% set title = 'Account Profile' %} {% set filename = 'account-profile.html' %} {% extends 'src/layouts/master.html' %} {% block content %}
A page where users can change profile information
Junior Software Engineer