Add stats_single page & header with links
This commit is contained in:
8
templates/stats_single.hbs
Normal file
8
templates/stats_single.hbs
Normal file
@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{{> head}}
|
||||
<body>
|
||||
{{> header}}
|
||||
{{> stats_chart this}}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user