Files
landing_page/qdrant-landing/themes/qdrant/layouts/_default/single.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

10 lines
130 B
HTML

{{ define "main" }}
<article>
<div class="auto-container mb-5 mt-5">
{{ .Content }}
</div>
</article>
{{ end }}