{{/* SPDX-License-Identifier: AGPL-3.0-only SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu */}} {{- define "group_view" -}} {{- if .Subgroups -}} {{- range .Subgroups -}} {{- end -}}
Subgroups
Name Description
{{- .Name -}} {{- .Description -}}
{{- end -}} {{- if .Repos -}} {{- range .Repos -}} {{- end -}}
Repos
Name Description
{{- .Name -}} {{- .Description -}}
{{- end -}} {{- end -}}