URI: 
       docsheader.html - hugo - [fork] hugo port for 9front
  HTML git clone https://git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
       docsheader.html (258B)
       ---
            1 <header>
            2   {{ partial "layouts/breadcrumbs.html" . }}
            3   {{ if and .IsPage (not (eq .Layout "list")) }}
            4     <h1
            5       class="font-display mt-6 sm:mt-8 text-3xl tracking-tight text-slate-900 dark:text-white">
            6       {{ .Title }}
            7     </h1>
            8   {{ end }}
            9 </header>