1
mirror of https://github.com/rclone/rclone synced 2025-03-11 15:14:30 +01:00
rclone/docs/layouts/index.html

6 lines
164 B
HTML
Raw Normal View History

2014-03-28 22:34:13 +00:00
{{ template "base/header.html" . }}
{{ range $key, $value := .Site.Indexes.groups.about.Pages }}
{{ $value.Content }}
{{ end }}
{{ template "base/footer.html" . }}