hugo-cms/templates/index.html
2025-02-01 10:56:59 +11:00

8 lines
131 B
HTML

<h1>Thing</h1>
User = {{.user.Email}}
<form method="post" action="/sites">
<input type="submit" value="Create Site">
</form>