10 lines
122 B
Smarty
10 lines
122 B
Smarty
<html>
|
|
<head>
|
|
<title>Info</title>
|
|
</head>
|
|
<body>
|
|
Test Article:
|
|
Title: {$title}
|
|
Description: {$description}
|
|
</body>
|
|
</html> |