Files
landing_page/qdrant-landing/themes/qdrant/layouts/_default/baseof.html
T
Andrey Vasnetsovandtrean b9b8417c62 Gdpr (#3)
* gdpr popup

* gdpr + google analytics + small fixes

* privacy policy

Co-authored-by: trean <trean.mi@gmail.com>
2021-05-02 17:04:15 +02:00

9 lines
165 B
HTML

{{- partial "header.html" . -}}
{{- partial "second_header.html" . -}}
<div id="content">
{{ block "main" . }}{{ end }}
</div>
{{- partial "footer.html" . -}}