mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-04 10:06:37 -04:00
12 lines
235 B
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 }}
|