aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/value/collection.tt
blob: c866aa8f22bd3740b62eeb8d522c8340081ee5f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=for layout widget

[% list %]

=for layout list

<ul>
[% content %]
</ul>

=for layout item

<li>[% value | html %]</li>

=cut