2022-05-04 12:23:53 +02:00
|
|
|
<html class="w-full h-full">
|
2022-03-22 09:21:55 +01:00
|
|
|
{{ template "head" . }}
|
2022-05-04 12:23:53 +02:00
|
|
|
<link rel="stylesheet" href="assets/dist/main.css" />
|
|
|
|
<body class="bg-gray-100 w-full h-full p-3">
|
2022-03-22 09:21:55 +01:00
|
|
|
{{ template "form" . }}
|
|
|
|
</body>
|
|
|
|
</html>
|