This repository has been archived on 2024-03-29. You can view files and clone it, but cannot push or open issues or pull requests.
services-panel/layouts/_default/list.html

7 lines
119 B
HTML

{{ define "main" }}
{{ .Content }}
{{ range $.Site.Params.Service }}
<b>{{ .name }}</b>
{{ end }}
{{ end }}