template subdir in flask?
@app.route('home')
def test():
return render_template('tgbot_cpp/index.html')
This above doesn't work and it gives me jinja2.exceptions.TemplateNotFound: tgbot_cpp/index.html
Обсуждают сегодня