Error template
This commit is contained in:
parent
9c5f13c925
commit
43e366a340
1 changed files with 18 additions and 14 deletions
|
@ -1,9 +1,12 @@
|
|||
|
||||
{{!< default}}
|
||||
|
||||
<header class="gh-header">
|
||||
<h1>{{statusCode}}</h1>
|
||||
<p>{{message}}</p>
|
||||
</header>
|
||||
|
||||
<section class="gh-content">
|
||||
{{#if errorDetails}}
|
||||
<ul>
|
||||
{{#foreach errorDetails}}
|
||||
|
@ -17,3 +20,4 @@
|
|||
{{/foreach}}
|
||||
</ul>
|
||||
{{/if}}
|
||||
</section>
|
Loading…
Reference in a new issue