Add API Framework Revel Source Files
[iec.git] / src / foundation / api / revel / templates / errors / 403.html
1 <!DOCTYPE html>
2 <html lang="en">
3         <head>
4                 <title>Forbidden</title>
5         </head>
6         <body>
7         {{with .Error}}
8         <h1>
9                 {{.Title}}
10         </h1>
11         <p>
12                 {{.Description}}
13         </p>
14         {{end}}
15         </body>
16 </html>