mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
7 lines
136 B
HTML
7 lines
136 B
HTML
{{ define "content" }}
|
|
<h1>Internal Server Error</h1>
|
|
{{ end }}
|
|
|
|
{{ define "message" }}
|
|
<p style="color:red;">{{.Message}}</p>
|
|
{{ end }} |