X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ffoundation%2Fapi%2Frevel%2Ftemplates%2Ferrors%2F404.html;fp=src%2Ffoundation%2Fapi%2Frevel%2Ftemplates%2Ferrors%2F404.html;h=f548ebb543237b5bcb95e998579e9d396c6ebfdd;hb=1d1ee6961c93781e1187d8c7faa868da6b2f01f4;hp=0000000000000000000000000000000000000000;hpb=56dd5e0f2164b37b40ac1daa188ccc618b4cbd19;p=iec.git diff --git a/src/foundation/api/revel/templates/errors/404.html b/src/foundation/api/revel/templates/errors/404.html new file mode 100644 index 0000000..f548ebb --- /dev/null +++ b/src/foundation/api/revel/templates/errors/404.html @@ -0,0 +1,26 @@ + + + + Not found + + + +{{if .DevMode}} + +{{template "errors/404-dev.html" .}} + +{{else}} + + {{with .Error}} +

+ {{.Title}} +

+

+ {{.Description}} +

+ {{end}} + +{{end}} + + +