hugo-cms/templates/index.html

8 lines
131 B
HTML
Raw Normal View History

2025-01-26 23:19:31 +00:00
<h1>Thing</h1>
2025-01-31 23:56:59 +00:00
User = {{.user.Email}}
2025-01-26 23:19:31 +00:00
<form method="post" action="/sites">
<input type="submit" value="Create Site">
</form>