2023-01-22 20:41:50 +00:00
|
|
|
|
<!doctype html>
|
2023-01-31 14:45:51 +00:00
|
|
|
|
<html lang="{{ currentLocale }}">
|
2024-01-19 22:05:01 +00:00
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<title>{{ template "title" . }} — Numerus</title>
|
2024-01-19 22:09:25 +00:00
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="/static/numerus.css?v={{ numerusVersion }}">
|
2024-01-19 22:05:01 +00:00
|
|
|
|
</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 l’Oriol 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>
|
2023-01-22 20:41:50 +00:00
|
|
|
|
</html>
|