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

<h1>{$title}</h1>
<p>{$msg}</p>
<p>{$msg|spacify}</p>
<p>{$msg|spacify:"_"}</p>

</body>
</html>