mirror of
https://github.com/rclone/rclone.git
synced 2025-01-21 20:27:14 +08:00
6 lines
164 B
HTML
6 lines
164 B
HTML
|
{{ template "base/header.html" . }}
|
||
|
{{ range $key, $value := .Site.Indexes.groups.about.Pages }}
|
||
|
{{ $value.Content }}
|
||
|
{{ end }}
|
||
|
{{ template "base/footer.html" . }}
|