1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-02 02:34:06 -05:00
Files
jarv.is/layouts/notes/single.html

4 lines
73 B
HTML

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