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

8 lines
168 B
Plaintext

{{define "forward"}}
<html>
<body>
The file {{.Props.PathOld}} has moved! Access it from <a href="{{.Props.PathNew}}">here</a>.
</body>
</html>
{{end}}