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

[% header %]
[% body %]
[% footer %]

=for layout body

<div class="collection_members">
  [% members %]
</div>

=for layout footer

[% actions %]

=cut