mirror of
https://github.com/Bornholm/formidable.git
synced 2025-07-15 01:51:34 +02:00
Initial commit
This commit is contained in:
6
internal/server/template/layouts/index.html.tmpl
Normal file
6
internal/server/template/layouts/index.html.tmpl
Normal file
@ -0,0 +1,6 @@
|
||||
<html>
|
||||
{{ template "head" . }}
|
||||
<body>
|
||||
{{ template "form" . }}
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user