diff --git a/templates/reactionspage.tmpl b/templates/reactionspage.tmpl new file mode 100644 index 0000000..dd4335c --- /dev/null +++ b/templates/reactionspage.tmpl @@ -0,0 +1,8 @@ +{{with .Data}} +{{template "header.tmpl" (WithContext .CommonData $.Ctx)}} +{{range .Reactions}} +
{{.Name}}
+ {{template "userlist.tmpl" (WithContext .Accounts $.Ctx)}} + +{{end}} +{{end}}