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

8 lines
168 B
Plaintext
Raw Normal View History

2024-02-17 06:35:49 +00:00
{{define "forward"}}
<html>
<body>
The file {{.Props.PathOld}} has moved! Access it from <a href="{{.Props.PathNew}}">here</a>.
</body>
</html>
{{end}}