scim-docs/themes/Indiiie/layouts/partials/home-section-render.html

9 lines
344 B
HTML
Raw Permalink Normal View History

2024-08-29 10:10:19 +00:00
<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>