iFSR-Website/layouts/shortcodes/cards.html
2025-05-16 13:39:24 +02:00

4 lines
No EOL
89 B
HTML

<div class="cards">
<h2>{{ .Get "title" }}</h2>
{{ .Inner | markdownify }}
</div>