numerus/web/template/web.gohtml

37 lines
1.2 KiB
Plaintext
Raw Normal View History

<!doctype html>
<html lang="{{ currentLocale }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ template "title" . }} — Numerus</title>
<link rel="stylesheet" type="text/css" media="screen" href="/static/numerus.css?v={{ numerusVersion }}">
</head>
<body class="web">
<header>
<h1><img src="/static/numerus.svg" alt="Numerus" width="261" height="33"></h1>
<nav>
<ul>
<li><a href="/login">{{( pgettext "Login" "link" )}}</a></li>
<li><a href="https://numerus.tandem.ws/login">{{( pgettext "Demo" "link" )}}</a></li>
<li><a href="https://dev.tandem.ws/tandem/numerus">{{( pgettext "Code" "link" )}}</a></li>
</ul>
</nav>
</header>
{{- template "content" . }}
<footer>
<p><small>ho hem fet tant bé com hem sabut en Jordi Fita i lOriol Carbonell</small></p>
<nav>
<ul>
<li><a href="/legal">{{( pgettext "Legal Disclaimer" "title")}}</a></li>
<li><a href="/privacy">{{( pgettext "Privacy Policy" "title")}}</a></li>
<li><a href="/cookies">{{( pgettext "Cookies Policy" "title")}}</a></li>
</ul>
</nav>
</footer>
</body>
</html>