]> git.sesse.net Git - ccbs/blob - html/templates/registration.tmpl
74f116758e5393c9cb86665bdb48c3901a2385a6
[ccbs] / html / templates / registration.tmpl
1 [%# vim:set filetype=html: %]
2 <h2>PĆ„meldte</h2>
3
4 <div>
5   <ul>
6 [% FOR p = people %]
7     <li>[% p.nick %]</li>
8 [% END %]
9   </ul>
10 </div>