Initial commit: Fat Kiss site — Hugo + Decap CMS
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{{ define "main" }}
|
||||
<article class="page-enter">
|
||||
<section class="section">
|
||||
<div class="container container--narrow" style="text-align:center">
|
||||
<p class="section__label">Contact</p>
|
||||
<h1>Get in Touch</h1>
|
||||
<p class="section__body" style="margin-top:var(--fk-space-md)">
|
||||
Questions about the balms? Want to place an order? Just want to say hello? Amber reads every message.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
{{ partial "contact-form.html" . }}
|
||||
</div>
|
||||
</section>
|
||||
</article>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user