treebird/templates/accounts.tt

13 lines
200 B
Plaintext

[% IF title %]
<h1 class="text-header">$title</h1>
[% END %]
[% FOREACH i IN accounts %]
[% create_account(i) %]
[% END %]
[%# TODO navigation %]
[% IF accounts %]
[% nav() %]
[% END %]