{% extends "auth/auth_base.html" %} {% block title %}{{ g.user.username }}'s profile{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %}

username: {{ g.user.username }}

register date: {{ g.user.created_at }}


tags: {% for tag in tags %} {% include "notes/snippets/tag.html" %} {% endfor %}

{% endblock %}