hugo-sr2/layouts/_partials/flex-section.html

9 lines
168 B
HTML
Raw Normal View History

2026-01-10 13:42:14 +00:00
<div class="flex-section">
<div class="flex-section__title">
{{ .title }}
</div>
<div class="flex-section__content">
{{ .content }}
</div>
</div>