{% set title = 'Account Profile' %} {% set filename = 'account-profile.html' %} {% extends 'src/layouts/master.html' %} {% block content %}

Account Profile

A page where users can change profile information

Avatar

John Doe

Junior Software Engineer

{% endblock %}