Пример #1
0
 def test1():
     return flask_pillow.pillow(HelloWorld())
Пример #2
0
 def test1():
     return flask_pillow.pillow(
         {'who': 'world'}, 'rest', html_source='Hello, {{ rest.who }}')