{% extends layout | default('lila/base.html') %} {% block title %}{{title}}{% endblock %} {% block content %}

{{translate['Profile']}}

{{translate['Name']}}: {{user.name}}

Email: {{user.email}}

{% endblock %}