Include waste collection schedule

Closes: #11
This commit is contained in:
Edward Betts 2023-10-08 19:53:44 +01:00
parent 2a12e14e89
commit 2483fe8d60
4 changed files with 104 additions and 13 deletions

View file

@ -23,6 +23,7 @@
"xmas_last_first": "Christmas last posting 1st class",
"xmas_day": "Christmas day",
"next_up_series": "Next Up documentary",
"waste_schedule": "Waste schedule",
}
%}
@ -35,6 +36,7 @@
<ul>
<li>Today is {{now.strftime("%A, %-d %b %Y")}}</li>
<li>GBPUSD: {{"{:,.3f}".format(gbpusd)}}</li>
{# <li>lock down:
{{"{:.1f}".format(lockdown_days)}} days
({{"{:.2f}".format(lockdown_days / 7)}} weeks) so far</li>