Sharkey/src/web/docs/layout.pug
syuilo d6ec5f2fe1 ✌️
2017-12-15 00:23:45 +09:00

16 lines
188 B
Text

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