{% extends 'base.html' %} {% block title %}Profile{% endblock %} {% block content %}
Card image cap
{{ user.username }}

{{ user.desc }}

{% endblock %}