0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-20 14:35:14 +02:00
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ ab1eb20ab3
run formatter and fix lint errors
2026-04-02 20:44:11 -04:00

7 lines
126 B
Handlebars

{{range.Items}}
{{if .IsGroup}}
{{template "group/dashboard/menu_item" dict "." $ "Item" . "Depth" $.Depth}}
{{end}}
{{end}}