dnote/pkg/server/views/templates/static/not_found.gohtml
Sung Won Cho 5bba57fd29
Remove dependency on packr (#597)
* Embed files

* Build CLI

* Remove packr

* Embed view directory

* Embed static files

* Make view engine

* Populate build info
2022-05-09 20:34:23 +10:00

3 lines
51 B
Text

{{define "yield"}}
<h1>Page not found</h1>
{{end}}