diff --git a/core/report.py b/core/report.py index 3d4231f..73ffb44 100644 --- a/core/report.py +++ b/core/report.py @@ -10,6 +10,7 @@ def generateHtmlReport(data): html += "" \ f"

Reports of {today}

" dataJinja2 = dict() + dataJinja2['title'] = 'Report check system' dataJinja2['plugins'] = list() # Env jinja2 diff --git a/reports/templates/index.html.j2 b/reports/templates/index.html.j2 index 0d9806f..b686e4f 100644 --- a/reports/templates/index.html.j2 +++ b/reports/templates/index.html.j2 @@ -1,92 +1,14 @@ - - + - Jumbotron example ยท Bootstrap v5.3 - + {{ data['title'] }} - - - -