treebird/templates/accounts.tt
nekobit 6534dd27aa Accounts and accounts item template
FossilOrigin-Name: 248b2707f4670077651f40f93bb928b75e70ec33789025d0ef8fe239f7858bc8
2022-08-13 05:56:43 +00:00

11 lines
168 B
Plaintext

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