aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/value/collection.tt
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/default/layout/value/collection.tt')
-rw-r--r--share/skin/default/layout/value/collection.tt15
1 files changed, 15 insertions, 0 deletions
diff --git a/share/skin/default/layout/value/collection.tt b/share/skin/default/layout/value/collection.tt
new file mode 100644
index 0000000..c866aa8
--- /dev/null
+++ b/share/skin/default/layout/value/collection.tt
@@ -0,0 +1,15 @@
+=for layout widget
+
+[% list %]
+
+=for layout list
+
+<ul>
+[% content %]
+</ul>
+
+=for layout item
+
+<li>[% value | html %]</li>
+
+=cut