{% block head %} {% endblock head %} Sakyum - todo_project

  ...........................
    _
  /_  /|   / / |/ /  / /\  /|
   / /_|  /_/  / /  / /  \/ |
/_/ /  | /  | / /__/ /      |
.............................

Your project (todo_project) default page

{% if blueprints_list|length > 1 %}

List of blueprints

{% for blueprint in blueprints_list %} {% if blueprint.name == "base" %} {% else %} {{blueprint.name}}
{% endif %} {% endfor %}
{% endif %} {% block main %} {% endblock main %}

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