Starting work on new dynamic widgets using HTMX and Alpine.
This commit is contained in:
parent
109176573c
commit
c8190be21c
5 changed files with 174 additions and 3 deletions
|
|
@ -36,6 +36,10 @@ def coffee():
|
|||
matrix, clicked = generate_solvable_matrix(level)
|
||||
return render_template("coffee.html", matrix=matrix, level=level, clicked=clicked)
|
||||
|
||||
@main.route("/playground")
|
||||
def playground():
|
||||
return render_template("playground.html")
|
||||
|
||||
@main.route("/")
|
||||
def index():
|
||||
worklog_query = eager_load_worklog_relationships(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue