1
ewpratten.com/templates/shortcodes/card_section.html
2022-03-14 13:08:52 -04:00

8 lines
163 B
HTML

<div class="carded-section">
<div class="header">
<span>{{title}}</span>
</div>
<div class="content">
{{body | safe}}
</div>
</div>