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
119 B
HTML
6 lines
119 B
HTML
{{ define "main" }}
|
|
<div class="mx-auto flex max-w-[90rem]">
|
|
<p class="p-4">Unimplemented</p>
|
|
</div>
|
|
{{ end }}
|