Skip to content

Commit 4bbfc15

Browse files
committed
Add note on Jinja2 rendering
1 parent 2d3c3f4 commit 4bbfc15

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ and gives you full control - for example, one document may create just one PDF f
108108
another might creates half a dozen variations of itself. All that logic is in your
109109
`bake.py`.
110110

111+
Start by designing a page in your favourite SVG editor, then use Jinja2 notation to replace text with variables, use conditions, loops etc..<br>
112+
Your entire configuration will be available in the context of each page - the main config file merged with the document config file merged with the page config file.
113+
111114
## Development
112115

113116
The source code of pdfbaker [lives on github](https://github.com/pythonnz/pdfbaker).

0 commit comments

Comments
 (0)