website/layouts/index.html
Pierre-Olivier Mercier 1a138ddb3b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Revamp website
2026-06-03 20:36:47 +09:00

40 lines
718 B
HTML

<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}" style="background-color: var(--bs-dark)">
{{ partial "head.html" . }}
<body>
<div id="all">
{{ partial "top.html" . }}
{{ partial "nav.html" . }}
{{ partial "jumbo.html" . }}
{{ partial "carousel.html" . }}
{{ partial "features.html" . }}
{{ partial "discover.html" . }}
{{/* partial "testimonials.html" . */}}
{{ partial "cta-join.html" . }}
{{ partial "downloads.html" . }}
{{/* partial "community.html" . */}}
{{/* partial "cta-newsletter.html" . */}}
</div>
<!-- /#all -->
{{ partial "footer.html" . }}
{{ partial "scripts.html" . }}
</body>
</html>