1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-04 10:06:37 -04:00
Files
jarv.is/layouts/_default/contact.html

12 lines
235 B
HTML

{{ define "main" }}
<div class="layout layout-contact">
<h1><a href="{{ .Permalink }}">{{ .Title | markdownify }}</a></h1>
<div id="content">
{{ .Content }}
<div id="contact-form-wrapper"></div>
</div>
</div>
{{ end }}