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

<h1>{$title}</h1>
{$htmltext|escape}
<p>{$quotestext|escape:'quotes'}</p>
<p>{$mailtext|escape:'mail'}</p>

</body>
</html>