friendica/view/templates/http_status.tpl

16 lines
254 B
Smarty
Raw Normal View History

2015-10-03 23:19:09 +02:00
<html>
<head>
<title>{{$title}}</title>
</head>
<body>
<h1>{{$title}}</h1>
<p>{{$message nofilter}}</p>
{{if $trace}}
<pre>{{$trace nofilter}}</pre>
{{/if}}
2022-12-26 21:17:32 +01:00
{{if $request_id}}
<pre>Request: {{$request_id}}</pre>
{{/if}}
2015-10-03 23:19:09 +02:00
</body>
</html>