goldsmith/plugins/frontmatter/testdata/source/template.gohtml
2024-02-16 22:35:49 -08:00

10 lines
133 B
Plaintext

{{define "page"}}
<html>
<body>
<h1>{{.Props.Title}}</h1>
<p>{{.Props.Content}}</p>
</body>
</html>
{{end}}