15 lines
164 B
Smarty
15 lines
164 B
Smarty
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Report Example</title>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Result output</h1>
|
|
<pre>
|
|
{$data}
|
|
</pre>
|
|
|
|
</body>
|
|
</html>
|