# Template Editor

When you send your gift card emails, you can use one of our default templates. These templates are fully editable through **Emails → Templates**.<br>

<figure><img src="https://2895247924-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcsKliv3CuXU7kN4gxX9B%2Fuploads%2FuyNQ9qwJg1UeHUNjYPQP%2Fimage.png?alt=media&#x26;token=3811c419-f935-439c-93c6-3a69e0bfb77c" alt=""><figcaption></figcaption></figure>

You can use our drag-and-drop interface to modify or build new templates. Our template engine supports dynamic variables. Here is a complete list of variables available in all email templates:

```
gift_card.code (not available in Gift Card Reminders emails)
gift_card.last_characters
gift_card.initial_value.amount
gift_card.initial_value.currency
gift_card.balance.amount
gift_card.balance.currency
gift_card.expires_on
gift_card.message
gift_card.image

shop.name
shop.myshopifyDomain
shop.email
shop.domain
shop.url
shop.currencyCode
shop.currencyFormats.moneyFormat
shop.currencyFormats.moneyWithCurrencyFormat

customer.email
customer.first_name
customer.last_name
```

In Gift Card Postman emails, the following additional variables are available:

```
recipient.email
recipient.name

sender.email
sender.mail
```

Gift Card Refund emails have a set of refund variables available:

```
order.number
order.id

refund.reason
refund.total_refunded
refund.shipping_refunded
refund.line_items[]
refund.line_items[0].image
refund.line_items[0].title
refund.line_items[0].amount
refund.line_items[0].price
refund.line_items[0].quantity
```
