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
+17
View File
@@ -0,0 +1,17 @@
header
if request.path != url_for('.index')
a(href=url_for('.index')) Lair
else
div
.header-links
-
var links = (
('.us', _('about us')),
('.host', _('about host')),
)
each l, t in links
if url_for(l) == request.path
strong= t
else
a(href=url_for(l))= t