{{! graph_history.mustache template parameters: - history ( a list of PostEntry instances, see srnd/model.go ) }} Post History </head> <body> <table id="posts_graph"> <thead> <tr> <th>Month</th> <th>Posts</th> <th></th> </tr> </thead> <tbody> {{#history.Scale}} <tr> <td>{{Date}}</td> <td>{{Num}}</td> <td>{{OvercockGraph}}</td> </tr> {{/history.Scale}} </tbody> </table> </body> </html>