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
Raw Normal View History

2023-02-20 14:44:59 +00:00
{{ define "main" }}
{{ .Content }}
2023-02-23 21:40:16 +00:00
{{ range $.Site.Params.Service }}
<b>{{ .name }}</b>
{{ end }}
2023-02-20 14:44:59 +00:00
{{ end }}