{* Smarty reserve/sample1-1.tpl *} <html> <head> <title>Smarty Test</title> </head> <body> <h1>{$title}</h1> <p>1970年1月1日から現在までの経過秒数は {$smarty.now} 秒です。</p> <p>現在の日時は {$smarty.now|date_format:'%Y/%m/%d %H:%M:%S'} です。</p> </body> </html>