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

<h1>{$title}</h1>
<p>{$msg}</p>
<p>センテンス数は {$msg|count_sentences} 個です</p>

</body>
</html>