diff --git a/templates/cards.html b/templates/cards.html index 642e8ce..eae90cb 100644 --- a/templates/cards.html +++ b/templates/cards.html @@ -8,6 +8,10 @@ {{ macros_page_header::page_header(title=section.title) }} + {% if section.content -%} + {{ section.content | safe }} + {% endif %} + {%- if paginator %} {%- set show_pages = paginator.pages -%} {% else %}