diff options
author | Özgür Kesim <oec@kesim.org> | 2024-11-29 12:38:19 +0100 |
---|---|---|
committer | Özgür Kesim <oec@kesim.org> | 2024-11-29 12:38:19 +0100 |
commit | 2d1c6cff8c96c4d3e4986fd3396e4086e0496063 (patch) | |
tree | c641c2a8d8e10079b0a621ae0cffc54dade1376a /templates/calendar.md | |
parent | 63513fb66d7d8224fea53c16608265ec02836978 (diff) |
template rename
Diffstat (limited to 'templates/calendar.md')
-rw-r--r-- | templates/calendar.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/calendar.md b/templates/calendar.md new file mode 100644 index 0000000..9660694 --- /dev/null +++ b/templates/calendar.md @@ -0,0 +1,12 @@ +# Calendars +{{ $p := . }} +{{ range $u, $v := .Users }} +## Calendar for {{ $u }} +{{range $y, $c := ($p.Calendars $u) }} +``` +{{ $c -}} +``` +{{ end }} +{{ end }} + + |