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

9 lines
92 B
Plaintext

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