mirror of
https://github.com/AmanTahiliani/FHIR-Sandbox.git
synced 2026-08-07 11:53:56 -04:00
14 lines
225 B
HTML
14 lines
225 B
HTML
{{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}}
|