2015-10-03 23:19:09 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>{{$title}}</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>{{$title}}</h1>
|
2020-01-19 15:40:56 +01:00
|
|
|
<p>{{$message nofilter}}</p>
|
|
|
|
{{if $trace}}
|
|
|
|
<pre>{{$trace nofilter}}</pre>
|
|
|
|
{{/if}}
|
2015-10-03 23:19:09 +02:00
|
|
|
</body>
|
|
|
|
</html>
|