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

main
Donovan Glover 1 year ago committed by GitHub
parent 5458b1c533
commit 60af91f422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save