Welcome, {{ user_name.upper }}!

{% if is_admin %}

You have admin privileges.

{% else %}

You are a regular user.

{% endif %}

Your Hobbies

{% for hobby in hobbies %}

- {{ hobby }}

{% endfor %}

Below is some additional content from the included template:

{% include "test.html" %}

a reversed text {{ user_name|upper }}