aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/templates/report_layout.jinja2
blob: c535d37b03a371453635620e068e8a81f6d6836b (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>Iterative Test Runs</title>
  {%metas%}
  {%favicon%}
  {%css%}
</head>
<body>
  {%app_entry%}
  <footer>
    {%config%}
    {%scripts%}
    {%renderer%}
  </footer>
</body>
</html>