Back to Iris

Oups, you've got an error!

_examples/routing/subdomains/http-errors-view/views/error.html

12.2.11185 B
Original Source

Oups, you've got an error!

{{ if .ErrorCode }} {{ $tmplName := print "partials/" .ErrorCode ".html"}} {{ render $tmplName . }} {{ else }} {{ render "partials/500.html" . }} {{ end }}