When I tried Django I really liked template tags there. I read through the Flask documentation quickly and maybe missed something, but it seems that such a thing which works in some kind of similar way is not implemented in Flask? If not, maybe there is some extension or maybe somehow going deeply to API this could be implemented?
If not… then how you guys load the content in the template which is common for example for all the pages? Like I want to have block showing latest blog entries all around my website.
Thanks!
Flask’s alternative to Django template tags is Context Processors.