From e242733deb546c2b7f00d302a96bee0c0e609a2e Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sat, 10 Oct 2020 09:49:26 -0500 Subject: Create expected, goals, and summary pages --- src/templates/goals.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/templates/goals.html (limited to 'src/templates/goals.html') diff --git a/src/templates/goals.html b/src/templates/goals.html new file mode 100644 index 0000000..b617a6e --- /dev/null +++ b/src/templates/goals.html @@ -0,0 +1,50 @@ + + + + + {{name}}'s Budget + + + + + +

{{name}}'s Budget

+
+ + + + +
+ +
+ + + +
+
+ Allocate funds + + + +
+ + + {{#each goals}} + + + + + + + + {{/each}} +
NameAmountTotalRemaining
{{this.index}}{{this.name}}{{this.amount}}{{this.total}}{{this.remaining}}
+ + + -- cgit v1.2.3