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