conditional is {% if simple.boolean %}true{% endif %}
user {% if is_authenticated %}is authenticated{% endif %}
csrf is {{ csrf_token }}
username is {{ user.username }}
username is {% with u=user %}{{ u.username }}{% endwith %}