summaryrefslogtreecommitdiff
path: root/src/web/docs/layout.pug
blob: 68ca9eb62d7c1fe1e2691944ba627a8939f2fc6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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