aboutsummaryrefslogtreecommitdiff
path: root/src/templates/expected.html
diff options
context:
space:
mode:
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>