From 2bb8dcc9f63fdc09acdc83186626525957a45f4d Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Wed, 27 Nov 2024 17:03:14 +0100 Subject: caledar seperated template --- templates/calendar.t | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 templates/calendar.t 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 }} + -- cgit v1.2.3