feat(cards.html): render markdown content (#201)

This commit is contained in:
Donovan Glover
2023-10-10 23:42:38 +00:00
committed by GitHub
parent 5458b1c533
commit 60af91f422

View File

@@ -8,6 +8,10 @@
{{ macros_page_header::page_header(title=section.title) }}
<main>
{% if section.content -%}
<div id="page-content">{{ section.content | safe }}</div>
{% endif %}
{%- if paginator %}
{%- set show_pages = paginator.pages -%}
{% else %}