mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 15:08:30 +02:00
24 lines
830 B
HTML
24 lines
830 B
HTML
{{ define "main" }}
|
|
|
|
<div class="auto-container pt-3 pt-md-2 mb-5 single-page">
|
|
<div class="row clearfix">
|
|
<!-- Content Side -->
|
|
<section class="col-lg-12 col-md-12 col-sm-12">
|
|
{{ .Scratch.Set "scope" "single" }}
|
|
<article class="article article_benchmarks article_narrow article_bb mb-4">
|
|
<h1>{{ .Title }}</h1>
|
|
{{ .Content }}
|
|
</article>
|
|
<div class="pt-3">{{ partial "author" . }}</div>
|
|
<div class="article__info mt-4">
|
|
<span class="d-inline-block mb-2 mb-md-0">
|
|
{{if .Date }}{{ .Date | time.Format ":date_long" }} | {{end}}
|
|
</span>
|
|
{{ partial "share-post" . }}
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
{{ end }} |