[svn] fixed supering in jinja, documented it, added lipsum()

--HG--
branch : trunk
diff --git a/jdebug.py b/jdebug.py
index 109c5c6..257ddea 100644
--- a/jdebug.py
+++ b/jdebug.py
@@ -33,8 +33,8 @@
     PythonTranslator.translate = debug_translate
 
 
-def p(x):
-    print PythonTranslator(e, Parser(e, x).parse()).translate()
+def p(x, f=None):
+    print PythonTranslator(e, Parser(e, x, f).parse()).translate()
 
 def l(x):
     for item in e.lexer.tokenize(x):