Dash is Python and HTML to show page.
but the Processing template It’s very troublesome.
can i use like this ?
from flask import Flask, render_template
APP.PY
@app.route(’/user/’)
def user(name):
return render_template(‘user.html’, name=name)
user.html
<[quote=“max, post:1, topic:7770, full:true”]
Dash is Python and HTML to show page.
but the Processing template It’s very troublesome.
can i use like this ?
from flask import Flask, render_template
APP.PY
@app.route(’/user/’)
def user(name):
return render_template(‘user.html’, name=name)
user.html
< body>
< h1>hi,{name}
< /body>
maybe is okay just i don’t know?