{* Smarty var/sample3-1.tpl *} <html> <head> <title>Smarty Test</title> </head> <body> <h1>{$title}</h1> <p>Name : {$fruit.name}</p> <p>Price : {$fruit.price}</p> </body> </html>