メールフォーム
ページの管理人にメールを送信します。
{if $errors}
エラーがあります。
{if $errors.global}
{$errors.global|escape}
{/if} {/if}
メールフォーム
名前:
{if $errors.name}
{$errors.name|escape}
{/if}
E-mail:
{if $errors.email}
{$errors.email|escape}
{/if}
メッセージ:
{$message|escape}
{if $errors.message}
{$errors.message|escape}
{/if}