Comment on Flask 0.7 Released (Python Web Framework)parentComments−oinksoft15yIn the big picture, I don't see having to write a wrapper function for template rendering with a fixed template_lookup argument being a big deal (I'm basing all of my judgments on source alone, I've only fiddled with either framework).−DasIch15yIt's still a problem for modularity, something like Flask's blueprints are basically impossible for Bottle.
Comments
In the big picture, I don't see having to write a wrapper function for template rendering with a fixed template_lookup argument being a big deal (I'm basing all of my judgments on source alone, I've only fiddled with either framework).
It's still a problem for modularity, something like Flask's blueprints are basically impossible for Bottle.