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

https://github.com/emmett-framework/renoir

A templating engine designed with simplicity in mind
https://github.com/emmett-framework/renoir

python renoir template-engine templates

Last synced: 8 days ago
JSON representation

A templating engine designed with simplicity in mind

Awesome Lists containing this project

README

        

# Renoir

Renoir – */ˈrɛnwɑːr/* – is a Python templating engine designed with simplicity in mind.

## In a nutshell

```html
{{ extend "layout.html" }}
{{ block title }}Members{{ end }}
{{ block content }}


{{ end }}
```

## Documentation

The documentation is available under the [docs folder](https://github.com/emmett-framework/renoir/tree/master/docs).

## License

Renoir is released under the BSD License.