Sharkey/src/web/docs/layout.pug

17 lines
188 B
Plaintext
Raw Normal View History

2017-12-14 17:23:45 +02:00
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