scim-docs/themes/Indiiie/layouts/implementations/single.html

13 lines
495 B
HTML

{{ define "main" }}
<main class="flex">
<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>
<a class="btn lv1" target="_blank" href="{{ .Params.source }}">git ↗</a>
</div>
<div class="content">
{{ .Content }}
</div>
</section>
{{ end }}