forked from drowl87/hextra_mirror

chore: add styles to html and body chore: update theme for tailwind config chore: update colors chore: add list layout override for docs chore: update default layouts chore: update contents
6 lines
117 B
HTML
6 lines
117 B
HTML
{{ define "main" }}
|
|
<div class="mx-auto flex max-w-[90rem]">
|
|
{{ partial "sidebar.html" . }}
|
|
</div>
|
|
{{ end }}
|