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%}

Translation

The text below will be translated using the TEST tag

[%TEST Untranslated text, your setup is broken%]

All the sessions:

{% for s in DB_list_sessions() %}

Sess

{{s}}

{% endfor %} The entire namespace:
{{__ns}}

Last modified: Sat Nov 1 16:25:09 CET 2008