diff --git a/templates/section.html b/templates/section.html index d160224..8e5cdc4 100644 --- a/templates/section.html +++ b/templates/section.html @@ -9,7 +9,11 @@ {% endblock header %}
- {{ index_macros::hero(title=section.extra.zulma_title, primary=true) }} + + {% if section.section.extra.zulma_title %} + {{ index_macros::hero(title=section.extra.zulma_title, primary=true) }} + {% endif %} +