1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 17:25:30 -04:00
Files
jarv.is/layouts/notes/single.html

4 lines
73 B
HTML

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