{{/* SPDX-License-Identifier: AGPL-3.0-only SPDX-FileContributor: Runxi Yu */}} {{- define "group" -}} {{- $group_path := .group_path -}} {{- template "head_common" . -}} {{- range $i, $s := .group_path -}}{{- $s -}}{{- if ne $i (len $group_path) -}}/{{- end -}}{{- end }} – {{ .global.forge_title -}} {{- template "header" . -}}

{{- range $i, $s := .group_path -}}{{- $s -}}{{- if ne $i (len $group_path) }} / {{ end -}}{{- end -}} {{- if .description -}}

{{- .description -}}

{{- end -}} {{- template "group_view" . -}}
{{- if .direct_access -}}
Create repo
Name
Description
Contrib
{{- end -}} {{- end -}}