aboutsummaryrefslogtreecommitdiff
path: root/src/templates/expected.html
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2020-10-18 18:16:26 -0500
committerMark Powers <markppowers0@gmail.com>2020-10-18 18:16:26 -0500
commit3e16b66c86b59f7f6045f29ac66e4fae37d99e0d (patch)
tree3de3855f30860952d2f425116dd9112805d795b5 /src/templates/expected.html
parenta1baf96009692aff2ca123b3071d34fdcba0de63 (diff)
Add expected averages and category summary
Diffstat (limited to 'src/templates/expected.html')
-rw-r--r--src/templates/expected.html12
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>