[% PROCESS 'i18n.inc' %]
[% t('hello') | $raw %]
[% tx('hello {name}', { name = 'Bob' }) | $raw %]
[% tn('item', 'items', count) | $raw %]
-