Did some restyling
This commit is contained in:
parent
d1e212d5e0
commit
2411e64a53
13 changed files with 172 additions and 45 deletions
|
|
@ -1,6 +1,10 @@
|
|||
<h1>Thing</h1>
|
||||
<h1>Sites</h1>
|
||||
|
||||
User = {{.user.Email}}
|
||||
<ul>
|
||||
{{range .sites}}
|
||||
<li><a href="/sites/{{.ID}}/posts">{{ .Name }}</a></li>
|
||||
{{end}}
|
||||
</ul>
|
||||
|
||||
<form method="post" action="/sites">
|
||||
<input type="submit" value="Create Site">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue