diff --git a/templates/card.html b/templates/card.html index fd3ede0..383a255 100644 --- a/templates/card.html +++ b/templates/card.html @@ -23,6 +23,9 @@ {% if this.description and this.description|length >= 1 %}
+ {% if this.headline %} +
{{ this.headline }}
+ {% endif %}

{{ this.description }}

{% endif %}