{% extends "base.html.j2" %} {% import "materialize/wtf.html.j2" as wtf %} {% block page_content %}
{% if about_me %} user-image {% else %} user-image {% endif %}

{{ user_name }}

Last seen: {{ last_seen }}
{% if location %}

location_on{{ location }}

{% endif %}


{% if about_me%}
About me

{{ about_me }}

{% endif %}
{% if full_name %} {% endif %} {% if email %} {% endif %} {% if website %} {% endif %} {% if organization %} {% endif %}
person {{ full_name }}
email {{ email }}
laptop {{ website }}
business {{ organization }}

Member since: {{ member_since }}


Edit profile
{% endblock page_content %}