diff --git a/templates/_base.html b/templates/_base.html index e716356..3e38d76 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -17,5 +17,6 @@ + {{ template "script" . }} diff --git a/templates/index.html b/templates/index.html index 44fa8c2..e2b2aee 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,27 +1,52 @@ {{ define "title" }}Welcome{{ end }} {{ define "content" }} -
+
- - - - - {{ range .children }} - - - - - {{ end }} - + + + + + + + + + {{ range .children }} + + + + + + + + {{ end }} +
- Name - - Amount -
- {{ .Name }} - - {{ dollarize .Money }} -
Allowance totals for our children
+ Name + + Amount +
+ {{ .Name }} + + {{ dollarize .Money }} +
+
+ + + + +
+
{{ end }} + +{{ define "script" }} + +{{ end }}