13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>{{( pgettext "Login" "title" )}} — Numerus</title>
|
||
|
<link rel="stylesheet" type="text/css" media="screen" href="/static/numerus.css">
|
||
|
</head>
|
||
|
<body class="web">
|
||
|
{{- template "content" . }}
|
||
|
</body>
|
||
|
</html>
|