8 lines
168 B
Plaintext
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}}
|