Add API Framework Revel Source Files
[iec.git] / src / foundation / api / revel / templates / errors / 403.html
diff --git a/src/foundation/api/revel/templates/errors/403.html b/src/foundation/api/revel/templates/errors/403.html
new file mode 100644 (file)
index 0000000..23e01a2
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+       <head>
+               <title>Forbidden</title>
+       </head>
+       <body>
+       {{with .Error}}
+       <h1>
+               {{.Title}}
+       </h1>
+       <p>
+               {{.Description}}
+       </p>
+       {{end}}
+       </body>
+</html>