1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-28 05:10:31 -04:00
jarv.is/layouts/notes/single.html

4 lines
73 B
HTML

{{ define "main" }}
<h1>{{ .Title }}</h1>
<p>{{ .Content }}</p>
{{ end }}