Open
Description
While testing moin I made the observation, that moin is looking for existing template files with each web request (often multiple times). This unnecessary io should be avoided. It takes place in the flask-theme package.
I've prepared a quick fix showing the problematic code: see this branch