8 lines
198 B
HTML
8 lines
198 B
HTML
{{ define "main" }}
|
|
<section class="hero">
|
|
<h1>Small-batch soap, made by hand.</h1>
|
|
<p>{{ .Content }}</p>
|
|
<a class="cta" href="{{ "/shop/" | relURL }}">Shop the soaps</a>
|
|
</section>
|
|
{{ end }}
|