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

9 lines
92 B
Plaintext
Raw Normal View History

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