musala/templates/markdown.tmpl

11 lines
168 B
Cheetah
Raw Normal View History

2018-11-23 12:41:16 +01:00
# Board {{ .Name }}
2018-11-23 13:22:03 +01:00
URL: {{ .Url }}
2018-11-23 12:41:16 +01:00
{{ range .Lists }}{{ if .Cards }}
## {{ .Name }}
{{ range .Cards }}* {{ .Name }} ([link]({{.Url}}))
{{ end }}
{{ end }}{{ end }}