1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-20 22:21:16 -04:00
Files
jarv.is/layouts/note/single.html

4 lines
73 B
HTML

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