10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
doctype html
|
|
html(lang=lang)
|
|
head
|
|
meta(charset="UTF-8")
|
|
meta(name="viewport" content="width=device-width, initial-scale=1.0")
|
|
title= i18n[lang].meta_title
|
|
link(rel="stylesheet" href="/assets/css/style.css")
|
|
body(class="bg-gray-950 text-white antialiased")
|
|
!= content
|