✨ feat(cards.html): render markdown content (#201)
This commit is contained in:
parent
5458b1c533
commit
60af91f422
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user