fix(cdash): Revert to data driven app
[csit.git] / csit.infra.dash / app / cdash / templates / layout.jinja2
index b1f3a60..e681f77 100644 (file)
@@ -18,7 +18,7 @@
   <!-- Favicons -->
   <link rel="shortcut icon" href="{{ url_for('static', filename='dist/img/favicon.svg') }}" type="image/x-icon" />
 </head>
-<body class="{{template}}">
+<body class="d-flex h-100 text-center text-white bg-dark">
        {% block content %}{% endblock %}
 </body>
 </html>