コード例 #1
0
def home():
    return render_template('index.html', data=str(traffic('hoem')))
コード例 #2
0
def work():
	return render_template('index.html', data=str(traffic('work')), transport=cost_per_day, news=str(settings.news))