diff --git a/contrib/templates/default/boardlist.mustache b/contrib/templates/default/boardlist.mustache new file mode 100644 index 0000000..b778a77 --- /dev/null +++ b/contrib/templates/default/boardlist.mustache @@ -0,0 +1,49 @@ +{{! + boardlist.mustache -- full list of every board + template parameters: + - graph ( a list of 4 string tuples: (board, posts_per_hour, posts_per_day, total_posts) ) + - frontend ( the name of the frontend ) + - prefix ( the site's prefix ) +}} + + +
+ + +Board | +Post per Hour | +Post per Day | +Total | +
---|---|---|---|
+ {{Board}} + | ++ {{Hour}} + | ++ {{Day}} + | ++ {{All}} + | +