hugo-cms/templates/index.html

8 lines
131 B
HTML
Raw Normal View History

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