I want to know if using a lot of Jinja2 {% include %} tags (e.g 26 tags) decreases the performance of a Flask application and if it significantly increases the usage of I/O disk operations. Does this amount of includes affect performance at all? From all the includes, one file is formed and returned to client. Each file is approximately 3KB, which is around 120 lines per file.