https://github.com/chaoticbyte/html5paper
HTML + Jinja2 + Paper.css = Printable A4 Documents
https://github.com/chaoticbyte/html5paper
Last synced: 9 months ago
JSON representation
HTML + Jinja2 + Paper.css = Printable A4 Documents
- Host: GitHub
- URL: https://github.com/chaoticbyte/html5paper
- Owner: ChaoticByte
- Created: 2024-03-13T20:58:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T16:25:26.000Z (about 2 years ago)
- Last Synced: 2024-11-14T14:39:00.755Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## HTML Template Example
```html
Hello
{{ name }}
Second Page
```
## Data Example
```yml
title: Example Document
lang: en
name: World
```