librelist archives

« back to archive

widgets in flask

widgets in flask

From:
Александр Мостовенко
Date:
2012-01-18 @ 14:38
Hi all. I am new to flask. Who can guide me what is the most convenient way
of creating widgets, and using them in templates. Now i know only one way
of doing this by setting context varriables in view and define wether this
varriable is available in template. But i think this approach is not
correct. So the question is how to create independent module with it's own
view, context varriables and insert it inside template?