HTML + Jinja2 + Paper.css = Printable A4 Documents
Find a file
2024-03-17 11:07:00 +01:00
generate.py Provide datetime.now and datetime.strftime to the content template 2024-03-17 11:07:00 +01:00
README.md Initial commit 2024-03-13 22:01:35 +01:00

HTML Template Example

<div class="sheet">
    <h1>Hello</h1>
    <p>World</p>
</div>
<div class="sheet">
    <h1>Second Page</h1>
</div>