mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 04:47:02 +00:00
reorganization of _examples and add some new examples such as iris+groupcache+mysql+docker
Former-commit-id: ed635ee95de7160cde11eaabc0c1dcb0e460a620
This commit is contained in:
5
_examples/bootstrap/views/shared/error.html
Normal file
5
_examples/bootstrap/views/shared/error.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<h1 class="text-danger">Error.</h1>
|
||||
<h2 class="text-danger">An error occurred while processing your request.</h2>
|
||||
|
||||
<h3>{{.Err.status}}</h3>
|
||||
<h4>{{.Err.message}}</h4>
|
||||
Reference in New Issue
Block a user