goldsmith/plugins/frontmatter/testdata/source/template.gohtml

10 lines
133 B
Plaintext
Raw Normal View History

2024-02-17 06:35:49 +00:00
{{define "page"}}
<html>
<body>
<h1>{{.Props.Title}}</h1>
<p>{{.Props.Content}}</p>
</body>
</html>
{{end}}