optimizations are fun! widget cache, reflector and immutable, other details. bye...
[catagits/Reaction.git] / share / skin / default / layout / value / collection.tt
CommitLineData
e22de101 1=for layout widget
2
3[% list %]
4
5=for layout list
6
7<ul>
8[% content %]
9</ul>
10
11=for layout item
12
13<li>[% content | html %]</li>
14
15=cut