New template for http status messages

This commit is contained in:
Michael Vogel 2015-10-03 23:19:09 +02:00
parent 2840bf2293
commit 42ad8c2b25
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<html>
<head>
<title>{{$title}}</title>
</head>
<body>
<h1>{{$title}}</h1>
<p>{{$description}}</p>
</body>
</html>