diff options
| author | Özgür Kesim <oec@kesim.org> | 2024-11-27 17:03:14 +0100 |
|---|---|---|
| committer | Özgür Kesim <oec@kesim.org> | 2024-11-27 17:03:14 +0100 |
| commit | 2bb8dcc9f63fdc09acdc83186626525957a45f4d (patch) | |
| tree | 93e6f7b2fa50c15b4694de95ddd5ef683e80d66f | |
| parent | 329447512ff687daa1128a53cbd3df7419e5b54a (diff) | |
caledar seperated template
| -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 }} + |
