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

15 lines
245 B
Plaintext

{{define "page"}}
<html>
<body>
<dl>
<dt><h1>title</h1></dt>
<dd>{{.Props.Title}}</dd>
<dt><h1>summary</h1></dt>
<dd>{{.Props.Summary}}</dd>
</dl>
</body>
</html>
{{end}}