mirror-nourybot/web/templates/channeltimers.page.gohtml

20 lines
538 B
Plaintext
Raw Normal View History

2024-02-11 15:48:32 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width,initial-scale=1" name="viewport">
<title>nourybot - lidl twitch bot</title>
2024-02-11 16:54:53 +01:00
<meta property="og:title" content="nourybot - timers in {{ .Channel }}">
2024-02-11 15:48:32 +01:00
<meta property="og:description" content="nourybot">
</head>
<h1>Timers in {{ .Channel }}</h1>
{{ with .Timers }}
{{ range . }}
<p>
<b>Name:</b> {{ .Name }} </br>
<b>Text:</b> {{ .Text }} </br>
<b>Repeat:</b> {{ .Repeat }} </br>
</p>
{{ end }}
{{ end }}