From 402040e2dcc1ebfee2b7ec79c342c68d8b2879c3 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Mon, 4 Jul 2016 21:16:58 +0200 Subject: [PATCH] add title (configurable) as headline to template --- tsstats/template.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsstats/template.html b/tsstats/template.html index 0c1a056..0df2a8c 100644 --- a/tsstats/template.html +++ b/tsstats/template.html @@ -17,10 +17,11 @@ DEBUG {% endif %} +

{{ title }}

{% for headline, list in objs %} {% if list|length > 0 %} {% set headline_id = headline|lower|replace(' ', '_') %} -

{{ headline }}

+

{{ headline }}