friendica/view/templates/http_status.tpl
2018-12-16 22:38:32 -05:00

10 lines
134 B
Smarty

<html>
<head>
<title>{{$title}}</title>
</head>
<body>
<h1>{{$title}}</h1>
<p>{{$description nofilter}}</p>
</body>
</html>