mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-27 02:06:43 -06: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
|