website/layouts/shortcodes/usage-lead.html
Pierre-Olivier Mercier 3fca077425
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Improve persona pages
2026-06-11 19:51:14 +09:00

9 lines
259 B
HTML

<div class="container-fluid my-5 py-4">
<div class="row">
<div class="col-lg-10 offset-lg-1 col-xl-8 offset-xl-2">
<p class="display-6 text-center" style="line-height: 1.5">
{{ .Inner | markdownify }}
</p>
</div>
</div>
</div>