{% extends 'index.html' %} {% block header %}

UwU Me!

Hello, {{ current_user.id }}
{% endblock %} {% block content %}

{{ user_curval }}

{% for item in content_text %}

{{ item }}

{% endfor %}
{% endblock %}