{% extends layout2.html %} {% block title %}Profile{% endblock %} {% block body %}

Profile

View and edit your profile details below.

Username {{ $account->info('username') }}
Email {{ $account->info('email') }}
Role {{ $account->info('role') }}
Registered {{ $account->info('registered') }}
Edit Details
{% endblock %}