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