diff -r e7e0ae78773e -r 0951727b8815 configurationengine/doc/plugins/templateml-plugin/templateml_example0.txt
--- a/configurationengine/doc/plugins/templateml-plugin/templateml_example0.txt Tue Aug 10 14:29:28 2010 +0300
+++ b/configurationengine/doc/plugins/templateml-plugin/templateml_example0.txt Wed Sep 08 12:20:56 2010 +0300
@@ -8,8 +8,19 @@
This template uses custom filter to count the sum of 2 and 3:
2+3={{ 2|example_filter(3) }}
+
+
+
lambda a,b: a+b
+
+def example_filter3(a,b):
+ return a*b
+
+