mirror of
https://github.com/imfing/hextra.git
synced 2025-05-14 05:06:28 -04:00

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
10 lines
200 B
HTML
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>
|