From fa1b95982a05ca860ada827b9fbdc9def1ac8952 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Wed, 21 Sep 2011 00:15:45 +0200 Subject: Added documentation, an example program and fixed some bugs... --- example/templates/src/custom_tags.tpl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 example/templates/src/custom_tags.tpl (limited to 'example/templates/src/custom_tags.tpl') diff --git a/example/templates/src/custom_tags.tpl b/example/templates/src/custom_tags.tpl new file mode 100644 index 0000000..7e821c5 --- /dev/null +++ b/example/templates/src/custom_tags.tpl @@ -0,0 +1,19 @@ +A foreach that will break after 'max' iterations + + + + + + + + + + + $_tag_parameters[counter] + + $i + + + + + -- cgit v1.2.3-54-g00ecf