{% extends "default_index.html" %} {% block short_info %}

Your project (todo_project) default page

{% endblock short_info %} {% block main %} {% if blueprints_list|length > 1 %}

Routes

{% for blueprint in blueprints_list %} {blueprint.name}
{% endfor %} login
{% endif %}

An extension of flask web framework of python that erase the complexity of constructing flask project blueprint, packages, and other annoying stuffs

{% endblock main %}