This commit is contained in:
2025-11-28 15:56:49 -05:00
parent e2d31aa734
commit 705911ac9d
21 changed files with 791 additions and 480 deletions

View File

@@ -0,0 +1,16 @@
local header = {}
header.render = function(std)
return table.concat({
std.center(std.h1("Canonical")),
std.center(table.concat({
std.nav("example"),
std.nav("example"),
std.nav("example"),
std.nav("example"),
std.nav("example"),
}))
})
end
return header