aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/value/list.tt
blob: bd8ad27428d7cbaf14910f4b51980efdc8c12e40 (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