1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 11:56:20 -04:00
jarv.is/layouts/notes/single.html

4 lines
73 B
HTML

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