mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 15:08:30 +02:00
16 lines
319 B
HTML
16 lines
319 B
HTML
{{- partial "header.html" . -}}
|
|
|
|
{{- partial "second_header.html" . -}}
|
|
|
|
|
|
<section>
|
|
<div class="auto-container pt-5">
|
|
<div class="row clearfix">
|
|
{{- partial "docs_sidebar.html" . -}}
|
|
{{ block "main" . }}{{ end }}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
|
|
{{- partial "footer.html" . -}} |