scim-docs/themes/Indiiie/layouts/partials/home-section-render.html
2024-08-29 12:10:19 +02:00

9 lines
No EOL
344 B
HTML

<section class="section-home {{ .Params.color }} flex w-100">
<div class="flex align-center bck-marked w-100 section-header">
<h2>{{ .Params.title }}</h2>
<p class="subtitle">{{ .Params.description | markdownify }}</p>
</div>
<div class="content">
{{ partial "content.html" .Content }}
</div>
</section>