mirror of
https://github.com/AmanTahiliani/FHIR-Sandbox.git
synced 2026-08-07 19:56:17 -04:00
chore: remove DB and binary from repo, add .gitignore to exclude artifacts
This commit is contained in:
13
app/templates/error.html
Normal file
13
app/templates/error.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{{template "base.html" .}}
|
||||
|
||||
{{define "nav"}}
|
||||
<a href="/">Home</a>
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<div class="hero">
|
||||
<h1>{{.Code}}</h1>
|
||||
<p>{{.Message}}</p>
|
||||
<a class="btn btn-outline" href="/">Go Home</a>
|
||||
</div>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user