1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-05-20 12:34:25 -04:00
Files
jarv.is/layouts/note/single.html
T

4 lines
73 B
HTML

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