返回列表 發帖

index.tpl

<html>
  <head>
    <title>{$title}</title>
  </head>
  <body>
        <font color='blue'><b>Hello, {$name}!!</b></font>
  </body>
</html>
May

返回列表