mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 15:08:30 +02:00
10 lines
199 B
HTML
10 lines
199 B
HTML
{{- partial "header.html" . -}}
|
|
|
|
{{- partial "second_header.html" . -}}
|
|
|
|
<div id="content">
|
|
{{ block "main" . }}{{ end }}
|
|
</div>
|
|
|
|
{{ partial "contact-section" . }}
|
|
{{- partial "footer.html" . -}} |