hextra/layouts/_default/baseof.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

10 lines
200 B
HTML

<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body dir="ltr">
{{- partial "navbar.html" . -}}
{{- block "main" . }}{{ end -}}
{{- partial "footer.html" . -}}
</body>
</html>