frontend: order result screen
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
19aeb032b5
commit
91493bf0a3
4 changed files with 57 additions and 9 deletions
17
src/frontend/templates/error.html
Normal file
17
src/frontend/templates/error.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
{{ define "error" }}
|
||||
{{ template "header" }}
|
||||
|
||||
<main role="main">
|
||||
<div class="py-5">
|
||||
<div class="container bg-light py-3 px-lg-5 py-lg-5">
|
||||
<h1>Uh, oh!</h1>
|
||||
<p>Something has failed. Below are some details for debugging.</p>
|
||||
<pre>
|
||||
{{.errorMsg}}
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{{ template "footer" }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue