mirror-nourybot/web/templates/channeltimers.page.gohtml
2024-02-12 20:04:02 +01:00

13 lines
267 B
Plaintext

{{ define "title" }}nourybot - timers in {{ .Channel }}{{ end }}
{{ define "body" }}
{{ with .Timers }}
{{ range . }}
<p>
<b>Name:</b> {{ .Name }} </br>
<b>Text:</b> {{ .Text }} </br>
<b>Repeat:</b> {{ .Repeat }} </br>
</p>
{{ end }}
{{ end }}
{{ end }}