congo/layouts/partials/section-heading.html

8 lines
255 B
HTML
Raw Normal View History

2021-08-18 00:08:06 +00:00
{{ if .Site.Params.list.showBreadcrumbs | default false }}
{{ partial "breadcrumbs.html" . }}
{{ end }}
2021-08-16 00:41:00 +00:00
<section class="prose dark:prose-light">
2021-08-11 05:28:33 +00:00
<h1 class="mb-3 text-4xl font-extrabold">{{ .Title }}</h1>
<section>{{ .Content }}</section>
2021-08-11 05:28:33 +00:00
</section>