Error template

This commit is contained in:
John O'Nolan 2020-07-17 00:36:33 +07:00
parent 9c5f13c925
commit 43e366a340

View file

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