Ejemplo n.º 1
0
 def test1():
     return flask_pillow.pillow(HelloWorld())
Ejemplo n.º 2
0
 def test1():
     return flask_pillow.pillow(
         {'who': 'world'}, 'rest', html_source='Hello, {{ rest.who }}')