diff --git a/errors/index.html b/errors/index.html index 2aaea9c..06457e3 100644 --- a/errors/index.html +++ b/errors/index.html @@ -1,11 +1,26 @@ +{{ $code := placeholder "http.error.status_code" }} +{{ $text := placeholder "http.error.status_text" }} - {{placeholder "http.error.status_code"}} {{placeholder "http.error.status_text"}} + {{ $code }} {{ $text }} + + + + + + + + + + + + +
-

{{placeholder "http.error.status_code"}} {{placeholder "http.error.status_text"}}

- cat +

{{ $code }} {{ $text }}

+ cat