This commit is contained in:
2026-04-03 00:34:08 +03:00
parent 297648d4a2
commit 3f67d21fc9
19 changed files with 198 additions and 182 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