musala/templates/markdown.tmpl

11 lines
168 B
Cheetah
Raw Normal View History

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