Files
landing_page/qdrant-landing/themes/qdrant/layouts/subscribe/baseof.html
T
trean b0ac726edc Subscription form page (#35)
* subscription form page

* added image

* fixes, changed layout, added credits page, mobile fixes

* changed the form title
2022-04-25 15:19:19 +02:00

9 lines
165 B
HTML

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