mirror of
https://github.com/Bornholm/formidable.git
synced 2024-12-29 02:09:33 +01:00
7 lines
215 B
Cheetah
7 lines
215 B
Cheetah
<html class="w-full h-full">
|
|
{{ template "head" . }}
|
|
<link rel="stylesheet" href="assets/dist/main.css" />
|
|
<body class="bg-gray-100 w-full h-full p-3">
|
|
{{ template "form" . }}
|
|
</body>
|
|
</html> |