{% extends "layout.html" %} {% block title %}profile settings — kitgit{% endblock %} {% block content %} settings Profile profile account mfa ssh / gpg {% if let Some(err) = error %} {{ err }} {% endif %} {{ user.username }} {% if user.show_email && !user.email.is_empty() %} {{ user.email }} {% endif %} display name bio {{ user.bio }} avatar save {% endblock %}
{{ user.username }}
{{ user.email }}