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

Edit Profile

View and edit your profile details below.

{% if ($msg): %}
{{ $msg }}
{% endif; %}
Back To Profile
{% endblock %}