From 60af91f4224b84417e3054c609c83975d9253bf9 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 10 Oct 2023 23:42:38 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(cards.html):=20render=20markdo?= =?UTF-8?q?wn=20content=20(#201)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/cards.html | 4 ++++ 1 file changed, 4 insertions(+) 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 %}