{* Smarty modifier/sample8-2.tpl *}
<html>
<head>
<title>Smarty Test</title>
</head>
<body>

<h1>{$title}</h1>
<p>{$msg|nl2br}</p>

</body>
</html>