]> git.mxchange.org Git - friendica.git/blob - view/templates/http_status.tpl
Merge branch '2021.03-rc' into copyright-2021
[friendica.git] / view / templates / http_status.tpl
1 <html>
2         <head>
3                 <title>{{$title}}</title>
4         </head>
5         <body>
6                 <h1>{{$title}}</h1>
7                 <p>{{$message nofilter}}</p>
8         {{if $trace}}
9                 <pre>{{$trace nofilter}}</pre>
10         {{/if}}
11         </body>
12 </html>