9 lines
134 B
Smarty
9 lines
134 B
Smarty
<html>
|
|
<head>
|
|
<title>{{$title}}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{$title}}</h1>
|
|
<p>{{$description nofilter}}</p>
|
|
</body>
|
|
</html>
|