hugo-sr2/layouts/_partials/flex-section.html
2026-01-10 13:42:14 +00:00

9 lines
No EOL
168 B
HTML

<div class="flex-section">
<div class="flex-section__title">
{{ .title }}
</div>
<div class="flex-section__content">
{{ .content }}
</div>
</div>