From 01e4fd482ebcc827d3c76c00910529abbf666454 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 14 Sep 2025 22:28:12 +0800 Subject: Add basic mailing lists --- forged/templates/_group_view.tmpl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'forged/templates/_group_view.tmpl') diff --git a/forged/templates/_group_view.tmpl b/forged/templates/_group_view.tmpl index 92b6639..ca8062d 100644 --- a/forged/templates/_group_view.tmpl +++ b/forged/templates/_group_view.tmpl @@ -53,4 +53,29 @@ {{- end -}} +{{- if .mailing_lists -}} + + + + + + + + + + + + {{- range .mailing_lists -}} + + + + + {{- end -}} + +
Mailing lists
NameDescription
+ {{- .Name -}} + + {{- .Description -}} +
+{{- end -}} {{- end -}} -- cgit v1.2.3