{{ customer.first_name }}: 顧客の名
{{ customer.last_name }}: 顧客の姓
{{ customer.name }}: 顧客のフルネーム(通常、名と姓を組み合わせたもの)
{{ customer.email }}: 顧客のメールアドレス
{{ customer.email }}
{{ customer.name }} や {{ customer.email }}
{{ article.title }}: ブログ記事のタイトル{{ article.body }}: ブログ記事の本文{{ article.url }}: ブログ記事のURL{{ blog.title }}: ブログ全体のタイトル