]> git.decadent.org.uk Git - maypole.git/blobdiff - t/templates/custom/list
Maypole::CLI and the beginnings of a test suite.
[maypole.git] / t / templates / custom / list
diff --git a/t/templates/custom/list b/t/templates/custom/list
new file mode 100644 (file)
index 0000000..c5f9229
--- /dev/null
@@ -0,0 +1,5 @@
+# Begin object list
+[% FOR obj = objects %]
+- [% obj.name %]
+[% END %]
+# End object list