mirror of https://github.com/jpanther/congo.git
10 lines
288 B
HTML
10 lines
288 B
HTML
|
<header>
|
||
|
{{ if .Site.Params.list.showBreadcrumbs | default false }}
|
||
|
{{ partial "breadcrumbs.html" . }}
|
||
|
{{ end }}
|
||
|
<section class="prose dark:prose-light">
|
||
|
<h1 class="mb-3 text-4xl font-extrabold">{{ .Title }}</h1>
|
||
|
<section>{{ .Content }}</section>
|
||
|
</section>
|
||
|
</header>
|