Move template vars
This commit is contained in:
parent
6886716e67
commit
03035d1a2d
3 changed files with 8 additions and 8 deletions
|
|
@ -9,6 +9,8 @@ import (
|
|||
const twitchGqlEndpoint = "https://gql.twitch.tv/gql"
|
||||
const twitchGqlClientId = "kimne78kx3ncx6brgo4mv6wki5h1ko"
|
||||
|
||||
var forumPostsTemplate = mustParseTemplate("forum-posts.html", "widget-base.html")
|
||||
|
||||
type forumPost struct {
|
||||
Title string
|
||||
DiscussionUrl string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue