friendica/view/templates/http_status.tpl

16 lines
245 B
Smarty
Raw Normal View History

2015-10-03 21:19:09 +00:00
<html>
<head>
<title>{{$title}}</title>
</head>
<body>
<h1>{{$title}}</h1>
<p>{{$message}}</p>
{{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>