For my site need some “widgets” that elaborate output from various data models, because this widgets are visible in any page is possible with mako to retrieve the data without pass (and elaborate) every time with render() in controllers?
For my site need some widgets that elaborate output from various data models, because
Share
May be you need use
helpersin lib/helpers.py
In you page template do this to render you
tweets widget: