{% extends "base.html" %} {% block title %} {{ user.username|upper }} Profile {% endblock %} {% block content %}
{{ user.about_me|capitalize }}
{% else %}Nothing to show us :(
{% if user.username == g.user %}
Edit Profile
{% endif %}
There are no files yet.
{% endif %}