diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-10-18 18:16:26 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-10-18 18:16:26 -0500 |
commit | 3e16b66c86b59f7f6045f29ac66e4fae37d99e0d (patch) | |
tree | 3de3855f30860952d2f425116dd9112805d795b5 /src/templates/expected.html | |
parent | a1baf96009692aff2ca123b3071d34fdcba0de63 (diff) |
Add expected averages and category summary
Diffstat (limited to 'src/templates/expected.html')
-rw-r--r-- | src/templates/expected.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/templates/expected.html b/src/templates/expected.html index 15b9d7c..99bf6fd 100644 --- a/src/templates/expected.html +++ b/src/templates/expected.html @@ -33,6 +33,18 @@ </tr> {{/each}} </table> + <table> + <tr> + <td>Weekly:</td> + <td>{{week}}</td> + </tr><tr> + <td>Monthly:</td> + <td>{{month}}</td> + </tr><tr> + <td>Yearly:</td> + <td>{{year}}</td> + </tr> + </table> </body> </html> |