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
2023-02-23 22:40:16 +01:00

8 lines
322 B
HTML

{{ define "main" }}
<h1 class="cli"><span class="pink">=</span><span class="yellow">=</span><span class="cyan">=</span>>>&nbsp;{{ .Site.Title }}<span class="blink">&nbsp;&block;</span><span class="hint">~~~nyaa</span></h1>
{{ .Content }}
{{ range $.Site.Params.Service }}
<b>{{ .name }}</b>
{{ end }}
{{ end }}