{% extends 'www/extends/main.html' %} {% block content %}

Blueprint: www

This is the index route of the included example blueprint.

This template page is located in /Users/david/PycharmProjects/flask-imp/app/blueprints/www/templates/www/index.html
it extends from /Users/david/PycharmProjects/flask-imp/app/blueprints/www/templates/www/extends/main.html
with its route defined in /Users/david/PycharmProjects/flask-imp/app/blueprints/www/routes/index.py

It's being imported by bp.import_resources("routes") in the /Users/david/PycharmProjects/flask-imp/app/blueprints/www/__init__.py file.

{% endblock %}