routes.py 147 Bytes
from flask import render_template

from . import bp


@bp.route('/')
def index():
    return render_template('index.html', title="Plan de Charge")