diff --git a/tsstats/template.html b/tsstats/template.html index 39e798a..d78b6fc 100644 --- a/tsstats/template.html +++ b/tsstats/template.html @@ -19,10 +19,12 @@ {% endif %} {% for headline, list in objs %} {% if list|length > 0 %} + {% set headline_id = headline|lower|replace(' ', '_') %}