website/layouts/shortcodes/usage-points.html
Pierre-Olivier Mercier 93b684df2a
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled
Improve persona pages
2026-06-11 19:42:47 +09:00

9 lines
290 B
HTML

{{ $title := .Get "title" }}
<div class="container-fluid py-5">
<div class="container">
{{ with $title }}<h3 class="fw-bold text-center mb-5">{{ . }}</h3>{{ end }}
<div class="row row-cols-1 row-cols-md-3 g-4 justify-content-center">
{{ .Inner }}
</div>
</div>
</div>