Using Word templates with Whisperit exports
Whisperit can export your documents into a Microsoft Word template while preserving your firm’s layout and styles. This lets you keep your letterhead, logo, and typography consistent across all exported documents.
Last updated 24 days ago
1. Upload your Word template
Go to your Whisperit workspace settings.
Open the “Document style / Export layout” section.
Create a new layout at the workspace level (for example: “Firm letterhead” or “Lugano – letterhead”).
Upload your
.docxWord file that contains your desired layout:Logo and its position
Header and footer
Margins
Fonts, sizes, colors, spacing, and other stylescodejig+1
2. Supported placeholders
Your Word template can include placeholders that Whisperit will automatically replace at export time:
{{p content}}
Main document content. The text you wrote in Whisperit will be injected here.
This placeholder is required for content injection.{{title}}
Document title.{{date}}
Current date (formatted).{{author}}
Document author name.stackoverflow+1
As long as {{p content}} is present in your template, Whisperit will inject the document body at that position. Your Word styles (fonts, colors, spacing, etc.) will be preserved from the template.
3. Exporting a document with your template
Draft your document in Whisperit as usual.
When you are ready to export, click Export → Word.
Select the layout that uses your Word template.
Whisperit will generate a
.docxfile:The body of your document is inserted at
{{p content}}.The letterhead and layout from your template (logo, header, footer, styles) are applied to the exported document.
If your exported document does not look as expected, check that:
You uploaded the correct
.docxfile in the layout.The
{{p content}}placeholder is present in the template.Other placeholders (
{{title}},{{date}},{{author}}) are spelled exactly as above.