An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

## HTML Template Example

```html


Hello


{{ name }}




Second Page



```

## Data Example

```yml
title: Example Document
lang: en
name: World
```