The template
Here is some text.
ÅÄÖ åäö
Here is a variable (the_var): {{the_var}}
Here is a func call (funky) : {{funky("thing")}}
{% if USER %}
User: {{USER.user}}
{%else%}
Userless...
{%endif%}
All the sessions:
{% for s in DB_list_sessions() %}
Sess
{{s}}
{% endfor %}
The entire namespace:
{{__ns}}
Last modified: Sat Aug 30 20:28:33 CEST 2008