<!--
Practice template for the document generator (Chapter 14) and the reusable-inputs
chapter (Chapter 19). The parts in {{double braces}} are placeholders the generator
fills in from a data row (for example, a line in clients-sample.csv). Everything else
is fixed wording the tool keeps exactly as written. Small, fake, safe practice content —
no real people or businesses.

Use it two ways:
  - As a LETTER: keep the top block, use the "Letter body" section.
  - As an INVOICE: keep the top block, use the "Invoice" section instead.
Point Claude at this file plus clients-sample.csv and ask it to produce one document per row.
-->

# {{document_type}} — {{company_name}}

**From:** {{company_name}}
{{company_address}}
{{company_email}}

**To:** {{client_name}}
{{client_company}}
{{client_email}}

**Date:** {{date}}
**Reference:** {{reference}}

---

## Letter body

Dear {{preferred_name}},

Thank you for your continued work with {{company_name}}. This note is a quick update on
**{{project_name}}**, which is currently at the **{{status}}** stage.

Here is where things stand:

- What's done: {{summary_done}}
- What's next: {{summary_next}}
- Anything we need from you: {{summary_needs}}

If anything here looks off, reply to this note and we'll put it right. Thank you again for
your trust — we're glad to be working with you.

Warm regards,
{{sender_name}}
{{company_name}}

---

## Invoice

**Invoice number:** {{reference}}
**Billed to:** {{client_company}} ({{client_name}})
**For:** {{project_name}}

| Item | Description | Amount (USD) |
|---|---|---|
| 1 | {{line_item_1}} | {{amount_1}} |
| 2 | {{line_item_2}} | {{amount_2}} |
| | **Subtotal** | {{subtotal}} |
| | **Tax ({{tax_rate}})** | {{tax_amount}} |
| | **Total due** | **{{total}}** |

**Payment terms:** {{payment_terms}}
Please reference invoice **{{reference}}** with your payment. Thank you for your business.

{{sender_name}} · {{company_name}} · {{company_email}}
