Added email subscribe page

This commit is contained in:
Thomas Smith 2022-09-30 09:07:19 -04:00
parent 9b75c1e3e8
commit 8793f26168
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
title: "Email Subscribe"
Description: "tea.email subscribe"
layout: "email-subscribe"
---

View file

@ -0,0 +1,11 @@
{{ define "main" }}
<div class="container" style="height:100vh;">
<div class="row">
<div class="col">
{{- partial "klaviyo-form.html" . -}}
</div>
</div>
</div>
{{ end }}