New template for http status messages
This commit is contained in:
parent
2840bf2293
commit
42ad8c2b25
1 changed files with 9 additions and 0 deletions
9
view/templates/http_status.tpl
Normal file
9
view/templates/http_status.tpl
Normal file
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>{{$title}}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{$title}}</h1>
|
||||
<p>{{$description}}</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue