{{/* SPDX-License-Identifier: AGPL-3.0-only SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu */}} {{- define "group" -}} {{- $group_path := .BaseData.GroupPath -}} {{- template "head_common" . -}} {{- range $i, $s := $group_path -}}{{- $s -}}{{- if ne $i (len $group_path) -}}/{{- end -}}{{- end }} – {{ .BaseData.Global.ForgeTitle -}} {{- template "header" . -}}
{{- if .Description -}}

{{- .Description -}}

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