✌️
This commit is contained in:
parent
a357d5c6a5
commit
d6ec5f2fe1
11 changed files with 305 additions and 80 deletions
16
src/web/docs/layout.pug
Normal file
16
src/web/docs/layout.pug
Normal file
|
@ -0,0 +1,16 @@
|
|||
doctype html
|
||||
|
||||
mixin i18n(xs)
|
||||
each text, lang in xs
|
||||
span(class=`i18n ${lang}`)!= text
|
||||
|
||||
html
|
||||
head
|
||||
meta(charset="UTF-8")
|
||||
title
|
||||
block title
|
||||
block meta
|
||||
|
||||
body
|
||||
main
|
||||
block main
|
Loading…
Add table
Add a link
Reference in a new issue