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

<h1>{$title}</h1>
<p>名前は {$name} ({$name|upper})です。</p>
<p>住所は {$address} ({$address|lower})です。</p>

</body>
</html>