aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/templates/trending_layout.jinja2
blob: 4881397cfd677d7d1c4e99995926f1faf82d2f07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
  <title>Continuous Performance Trending</title>
  {%metas%}
  {%favicon%}
  {%css%}
</head>
<body>
  {%app_entry%}
  <footer>
    {%config%}
    {%scripts%}
    {%renderer%}
  </footer>
</body>
</html>