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

<h1>{$title}</h1>
<p>このサイトはSmarty version{$smarty.version} で作成されています。</p>

</body>
</html>