12 lines
395 B
Plaintext
12 lines
395 B
Plaintext
{{ define "head" }}
|
|
<head>
|
|
<meta name="author" content="Chimerical LLC">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, initial-scale=1.0, shrink-to-fit= no, interactive-widget=resizes-content">
|
|
<title>Odidere</title>
|
|
<link rel="stylesheet" href="/static/main.css">
|
|
<script defer src="/static/main.js"></script>
|
|
</head>
|
|
{{ end }}
|