10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
{{ define "_filetree" }}
|
|
<div>
|
|
My file tree
|
|
<!-- TODO {{ .Branches }} -->
|
|
{{ range $key, $value := .Branches }}
|
|
<!-- TODO {{ $key }}{{ $value }} -->
|
|
{{ end }}
|
|
</div>
|
|
{{ end }}
|