diff options
Diffstat (limited to 'templates/status/500.tmpl')
-rw-r--r-- | templates/status/500.tmpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl new file mode 100644 index 0000000000..dd7358115d --- /dev/null +++ b/templates/status/500.tmpl @@ -0,0 +1,10 @@ +{{template "base/head" .}} +{{template "base/navbar" .}} +<div id="body" class="container text-center"> + <p style="margin-top: 80px"><img src="/img/500.png" alt="404"/></p> + <hr/> + <p>An error is occurred : {{.ErrorMsg}}</p> + <hr/> + <p>Application Version: {{AppVer}}</p> +</div> +{{template "base/footer" .}}
\ No newline at end of file |