mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 22:48:30 +02:00
13 lines
249 B
HTML
13 lines
249 B
HTML
{{ define "main" }}
|
|
{{ partial "site-header" . }}
|
|
|
|
|
|
<div class="container my-5">
|
|
<div class="qdrant-post">
|
|
<article class="qdrant-post__content">
|
|
{{ partial "article-content" . }}
|
|
</article>
|
|
</div>
|
|
</div>
|
|
{{ end }}
|