mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 16:44:26 +02:00
9 lines
125 B
Smarty
9 lines
125 B
Smarty
<html>
|
|
<head>
|
|
<title>{{$title}}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{$title}}</h1>
|
|
<p>{{$description}}</p>
|
|
</body>
|
|
</html>
|