This commit is contained in:
2021-12-07 15:47:29 +01:00
parent a98b503432
commit e79b1827ec
3 changed files with 171 additions and 138 deletions
@@ -35,7 +35,7 @@
<div{{ attributes.addClass(classes) }}>
{{ title_prefix }}
{% if label %}
<h2{{ title_attributes }}>{{ label }}</h2>
<span><h2{{ title_attributes }}>{{ label }}</h2></span>
{% endif %}
{{ title_suffix }}
{% block content %}