1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-13 06:05:32 -04:00
Files
jarv.is/layouts/_default/contact.html
2021-12-05 18:28:33 -05:00

12 lines
233 B
HTML

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