UNPKG

flowbite-admin-dashboard

Version:

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

15 lines (11 loc) 408 B
{{ define "main" }} {{ partial "navbar-stacked-layout" . }} <div class="flex pt-16 overflow-hidden bg-gray-50 dark:bg-gray-900"> <div id="main-content" class="relative w-full max-w-screen-2xl mx-auto h-full overflow-y-auto bg-gray-50 dark:bg-gray-900"> <main> {{ .Content }} </main> {{ if .Params.footer }} {{ partial "footer-stacked-layout" . }} {{ end }} </div> </div> {{ end }}