Reusable Layouts
Create consistent document layouts by sharing common design elements across templates.
Why Reusable Layouts?
When you have multiple templates — invoices, receipts, quotes, contracts — they often share common elements like headers, footers, and branding. Reusable layouts ensure consistency and make updates easier.
- Change a logo once and it updates everywhere
- Maintain brand consistency across all documents
- Speed up new template creation
- Reduce errors from manual copying
Base Template Strategy
Create a "base" template that contains elements shared across documents:
- Create a base template — Add your logo, company details, footer text, and standard styling
- Duplicate it — Use the base template as a starting point for each new document type
- Customize the body — Only modify the dynamic content area for each document
Template Naming
Name your base template clearly, e.g., "Base — Company Letterhead", so team members know it's meant as a starting point.Common Header Layout
Design a standard header that works across document types:
- Logo — Top-left, fixed size (e.g., 120×40px)
- Company name — Next to or below the logo
- Document title — Right-aligned or centered, bound to a field
- Date and number — Right-aligned, below the title
Keep positions and sizes identical across all templates so every document from your organization looks cohesive.
Common Footer Layout
- Page number — Centered or right-aligned
- Legal text — Small font, centered, light color
- Company address — Bottom-left
- Website — Bottom-right
Style Presets
Define a set of consistent styles you apply across all templates:
| Style | Font | Size | Weight | Color |
|---|---|---|---|---|
| Document Title | Inter | 24px | Bold | #1a1a1a |
| Section Heading | Inter | 16px | Semi-bold | #333333 |
| Body Text | Inter | 12px | Regular | #444444 |
| Label | Inter | 10px | Medium | #666666 |
| Small / Legal | Inter | 8px | Regular | #999999 |
Reusable Address Block
Many documents need sender and recipient addresses. Use a standard block layout:
- Position sender address top-left, below the header
- Position recipient address below or to the right
- Use field elements with keys like
senderName,senderAddress,recipientName - Maintain consistent spacing (e.g., 4px between lines)
Reusable Line Items Block
Invoices, quotes, and purchase orders all use line item tables. Standardize the layout:
- Same column widths across document types
- Consistent column order: description, quantity, unit price, total
- Same header row styling (bold, background color)
- Same alternating row colors if used
Duplication Workflow
- Open your base template in the Studio
- Use the project duplication feature to create a copy
- Rename the copy to reflect the new document type
- Modify only the body section elements
- Keep header and footer elements unchanged
Version Control
When you update a shared layout (e.g., new logo), remember to update all templates that use it. Use template versioning to track changes.Next Steps
- Design Patterns — More template architecture patterns
- Template Versioning — Track template changes
- Styling Elements — Detailed styling reference