blob: 39a77557d0b4077adbf4a12c701a0cd8b3546c4b [file] [log] [blame]
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ block "title" . }}{{ end }}</title>
<link rel="stylesheet" href="/static/pico.2.0.6.min.css">
<link rel="stylesheet" href="/static/main.css">
</head>
<body class="container">
{{- block "content" . }}
{{- end }}
{{ if ne .ErrorMessage "" }}
<dialog id="error-message" open>
<article>
<h2>Error</h2>
<p id="error-message-content">{{ .ErrorMessage }}</p>
<footer>
<button id="error-cancel-button" class="secondary error-cancel-button">Close</button>
</footer>
</article>
</dialog>
{{ end }}
<script src="/static/main.js"></script>
</body>
</html>