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

UwU {{ this_user }}!

Say UwU to them!
{% endblock %} {% block content %}

{{ user_curval }}

{% for item in content_text %}

{{ item }}

{% endfor %}
{% endblock %}