iris/_examples/structuring/mvc/app/views/shared/error.html

5 lines
168 B
HTML
Raw Normal View History

<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>