1
mirror of https://github.com/rclone/rclone synced 2024-11-13 12:09:47 +01:00
rclone/docs/layouts/index.html
2014-04-17 22:32:39 +01:00

6 lines
164 B
HTML

{{ template "base/header.html" . }}
{{ range $key, $value := .Site.Indexes.groups.about.Pages }}
{{ $value.Content }}
{{ end }}
{{ template "base/footer.html" . }}