コード例 #1
0
def index():
    return render_template('index.html',
                           jobs=Item.get_unlogged(),
                           last=Invoice.get_last_invoice(),
                           contacts=Person.get_all())