diff options
Diffstat (limited to 'templates/calendar.t')
-rw-r--r-- | templates/calendar.t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/calendar.t b/templates/calendar.t new file mode 100644 index 0000000..8ab5075 --- /dev/null +++ b/templates/calendar.t @@ -0,0 +1,6 @@ +# Calendars + +{{ range $y, $c := .Calendars }} +{{ $c }} +{{ end }} + |