🎉🚀 May the concensus be with us!
This commit is contained in:
commit
48328e7db2
33 changed files with 4051 additions and 0 deletions
14
tmpl/head.html
Normal file
14
tmpl/head.html
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{{ 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue