DEBSOURCES
Skip Quicknav
sources / python-docx-template / 0.16.5%2Bdfsg-1 / tests / comments.py
123456
from docxtpl import DocxTemplate tpl = DocxTemplate('templates/comments_tpl.docx') tpl.render({}) tpl.save('output/comments.docx')