mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-13 10:20:56 +01:00
17 lines
188 B
Text
17 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
|