{% extends "layouts/base.html" %} {% block title %} Settings {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}

Settings

Public info
{% if pic == 'None' %}
{% endif %} {% if pic != 'None' %} {% endif %}
choose an avatar with .png format
Private info
Password
Forgot your password?
{% endblock content %} {% block javascripts %} {% endblock javascripts %}