Use Pug template generator
Docker Build and Push / build-and-push (push) Successful in 1m15s

This commit is contained in:
2026-03-31 16:09:57 +03:00
parent 4844cdb7b6
commit 3a47b84a1b
32 changed files with 419 additions and 468 deletions
+3 -3
View File
@@ -17,12 +17,12 @@ def render_tmpl(filename: str) -> str:
@bp.route("/")
def index():
return render_tmpl('index.html')
return render_tmpl('index.pug')
@bp.route("/host")
def host():
return render_tmpl('host.html')
return render_tmpl('host.pug')
@bp.route("/us")
def us():
return render_tmpl('us.html')
return render_tmpl('us.pug')