diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/group.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/group.tmpl b/templates/group.tmpl index f881458..5ddae0f 100644 --- a/templates/group.tmpl +++ b/templates/group.tmpl @@ -14,6 +14,9 @@ {{ template "header" . }} <div class="padding-wrapper"> <p>{{ range $i, $s := .group_path }}{{ $s }}{{ if ne $i (len $group_path) }} / {{ end }}{{ end }} + {{ if .description }} + <p>{{ .description }}</p> + {{ end }} {{ template "group_view" . }} </div> <footer> |