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

<h1>{$title}</h1>
<p>使用しているテンプレートファイルは {$smarty.template} です。</p>

</body>
</html>