profile.html

<h1>My Profile</h1>

<form>
    <p>Name: {{profile.userName}}</p>
    <p>Total of albums: {{profile.totalAlbums}}</p>
</form>