mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-06-18 14:32:58 -04:00
10 lines
312 B
HTML
10 lines
312 B
HTML
<header>
|
|
{{ if .Site.Params.list.showBreadcrumbs | default false }}
|
|
{{ partial "breadcrumbs.html" . }}
|
|
{{ end }}
|
|
<section class="markdown dark:markdown-invert">
|
|
<h1 class="mb-3 text-4xl font-extrabold text-neutral-800">{{ .Title }}</h1>
|
|
<section>{{ .Content }}</section>
|
|
</section>
|
|
</header>
|