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