added children db, simple render
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
|
||||
{{ define "content" }}
|
||||
<div class="container pw">
|
||||
This will have stuff
|
||||
This will have stuff {{ .children }}
|
||||
<ul>
|
||||
{{ range .children }}
|
||||
<li>
|
||||
{{ .Name }} {{ .Money }}
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user