{% extends 'www/extends/main.html' %} {% block content %}
This template page is located in [app_root]/blueprints/www/templates/www/index.html
it extends from [app_root]/blueprints/www/templates/www/extends/main.html
with its route defined in [app_root]/blueprints/www/routes/index.py
It's being imported by bp.import_resources("routes")
in the [app_root]/blueprints/www/__init__.py
file.