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

<h1>{$title}</h1>
<p>{$msg|cat:' and lemon'}</p>

</body>
</html>