feat: bootstrap foundation application
This commit is contained in:
9
apps/server/internal/httpserver/templates/error.gohtml
Normal file
9
apps/server/internal/httpserver/templates/error.gohtml
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ define "error.gohtml" }}{{ template "base" . }}{{ end }}
|
||||
|
||||
{{ define "error_content" }}
|
||||
<section class="error-panel">
|
||||
<p class="eyebrow">Error</p>
|
||||
<h1>{{ .Status }}</h1>
|
||||
<p>{{ .Message }}</p>
|
||||
</section>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user