{% extends "Portfolio/UserAccount/_layout.html" %} {% import "Portfolio/macros/base.html" as m with context %} {% import "Portfolio/macros/forms.html" as f with context %} {% block login_content %}

{{ login_title | default('Account Settings')}}

{{- f.csrf_field() -}}

Edit Name

Change Profile Picture

{% if __.LOGIN_OAUTH_BUTTONS %}

Social Login


{% endif %}

Email Login

{{- f.csrf_field() -}}
{{- f.csrf_field() -}}

Change Password

{% endblock %}