diff --git a/templates/budget-new.html b/templates/budget-new.html new file mode 100644 index 0000000..f388560 --- /dev/null +++ b/templates/budget-new.html @@ -0,0 +1,26 @@ +{{define "budget-new"}} + +{{end}} \ No newline at end of file diff --git a/templates/dashboard.html b/templates/dashboard.html index e3852ef..83ae4b5 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -18,10 +18,11 @@ {{end}}
- New Budget + New Budget
+ {{template "budget-new"}} {{end}} \ No newline at end of file