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
- Host: GitHub
- URL: https://github.com/emmett-framework/renoir
- Owner: emmett-framework
- License: bsd-3-clause
- Created: 2019-11-21T09:05:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T00:56:43.000Z (3 months ago)
- Last Synced: 2025-03-30T13:09:37.897Z (15 days ago)
- Topics: python, renoir, template-engine, templates
- Language: Python
- Homepage:
- Size: 127 KB
- Stars: 39
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - emmett-framework/renoir - A templating engine designed with simplicity in mind (Python)
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 }}
- {{ =user['name'] }}
{{ for user in users: }}
{{ pass }}
{{ 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.