www/src/layouts/page/email-subscribe.html

12 lines
191 B
HTML
Raw Normal View History

2022-09-30 16:07:19 +03:00
{{ define "main" }}
<div class="container" style="height:100vh;">
<div class="row">
<div class="col">
{{- partial "klaviyo-form.html" . -}}
</div>
</div>
</div>
{{ end }}