This template page is located in [app_root]/resources/templates/index.html
it extends from [app_root]/resources/templates/extends/main.html
with its route defined in [app_root]/resources/routes/routes.py
It's being imported by imp.import_app_resources()
in the [app_root]/__init__.py
file.