govote/tmpl/head.html
2024-05-13 00:47:24 +02:00

15 lines
338 B
HTML

{{ define "head" }}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/css/tailwind.css">
<script src="/static/htmx.min.js"></script>
<title>{{ or .Title "govote"}}</title>
</head>
<body>
<main>
{{ end }}