HTML + Jinja2 + Paper.css = Printable A4 Documents
This repository has been archived on 2026-01-05. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-03-13 22:01:35 +01:00
generate.py Initial commit 2024-03-13 22:01:35 +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>