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