feat(uti): Add statistics
[csit.git] / resources / tools / dash / app / pal / templates / stats_layout.jinja2
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4   <title>Continuous Performance Statistics</title>
5   {%metas%}
6   {%favicon%}
7   {%css%}
8 </head>
9 <body>
10   {%app_entry%}
11   <footer>
12     {%config%}
13     {%scripts%}
14     {%renderer%}
15   </footer>
16 </body>
17 </html>