UNPKG

flowbite-admin-dashboard

Version:

A free and open-source admin dashboard template built with Tailwind CSS and Flowbite

17 lines (12 loc) 411 B
{{ define "main" }} {{ partial "navbar-dashboard" . }} <div class="flex pt-16 overflow-hidden bg-gray-50 dark:bg-gray-900"> {{ partial "sidebar" . }} <div id="main-content" class="relative w-full h-full overflow-y-auto bg-gray-50 lg:ml-64 dark:bg-gray-900"> <main> {{ .Content }} </main> {{ if .Params.footer }} {{ partial "footer-dashboard" . }} {{ end }} </div> </div> {{ end }}