package report
// reportTemplate is the HTML template for a single report (either the only
// report, or one day's report in --split-by-day mode). Its stylesheet and
// chart/map colors are supplied at render time via the active theme
// (see themes.go and GenerateHTML).
const reportTemplate = `
`
// indexTemplate is the HTML template for the index page generated by
// --split-by-day. It lists all daily reports with aggregate stats. Its
// stylesheet is supplied at render time via the active theme (see
// themes.go and GenerateIndexHTML); .day-link and .err-* rules live in
// each theme's shared CSS block.
const indexTemplate = `
nxstats — Daily Index
// nxstats //
daily index — generated {{.GeneratedAt.Format "2006-01-02 15:04:05 UTC"}}