Files
landing_page/qdrant-landing/themes/qdrant/layouts/subscribe-confirmation/baseof.html
T

9 lines
165 B
HTML

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