hextra/layouts/_default/single.html
Xin e0bfaf0467 feat: implement navbar, update styles and docs
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
2023-08-16 20:38:46 +01:00

6 lines
119 B
HTML

{{ define "main" }}
<div class="mx-auto flex max-w-[90rem]">
<p class="p-4">Unimplemented</p>
</div>
{{ end }}