mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 14:38:30 +02:00
15 lines
402 B
HTML
15 lines
402 B
HTML
{{ define "main" }}
|
|
|
|
<div class="col-12 col-md-9 col-lg-8 pb-5">
|
|
|
|
<article class="documentation__article">
|
|
{{ .Content }}
|
|
</article>
|
|
|
|
<div style="overflow: auto">
|
|
<span style="float: right">
|
|
<a href="{{ .Site.Params.githubDocPrefix }}{{ .File.Path }}" target="_blank">Edit on GitHub <i class="flaticon-github"></i></a>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
{{ end }} |