2015-10-03 21:19:09 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>{{$title}}</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>{{$title}}</h1>
|
2023-02-05 00:19:43 +00:00
|
|
|
<p>{{$message}}</p>
|
2020-01-19 14:40:56 +00:00
|
|
|
{{if $trace}}
|
|
|
|
<pre>{{$trace nofilter}}</pre>
|
|
|
|
{{/if}}
|
2022-12-26 20:17:32 +00:00
|
|
|
{{if $request_id}}
|
|
|
|
<pre>Request: {{$request_id}}</pre>
|
|
|
|
{{/if}}
|
2015-10-03 21:19:09 +00:00
|
|
|
</body>
|
|
|
|
</html>
|