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

15 lines
245 B
Plaintext
Raw Normal View History

2024-02-17 06:35:49 +00:00
{{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}}