diff options
Diffstat (limited to 'resources/tools/dash/app/pal/templates/report_layout.jinja2')
-rw-r--r-- | resources/tools/dash/app/pal/templates/report_layout.jinja2 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/resources/tools/dash/app/pal/templates/report_layout.jinja2 b/resources/tools/dash/app/pal/templates/report_layout.jinja2 new file mode 100644 index 0000000000..c535d37b03 --- /dev/null +++ b/resources/tools/dash/app/pal/templates/report_layout.jinja2 @@ -0,0 +1,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>
\ No newline at end of file |