https://github.com/danpersa/beard-book
https://github.com/danpersa/beard-book
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danpersa/beard-book
- Owner: danpersa
- Created: 2015-12-14T15:36:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T08:15:06.000Z (about 10 years ago)
- Last Synced: 2025-01-22T04:31:22.290Z (over 1 year ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Beard Template Engine
=======
Blazing fast, [open source](https://github.com/zalando/beard), logic-less template engine written in Scala, used to parse templates using a simple syntax:
```html
{{ the.title }}
{{ the.content }}
```
What makes Beard special:
- simple syntax: inspired by mustache, we only use the `{` and `}` markers for tags
- streaming: as soon as we have something to be rendered, we are able to stream it to the browser. This gives high user perceived performance.
- fast: have benchmarked it against other jvm template engines, and we strive to keep it on top. Check out our [repository](https://github.com/zalando/beard) to run the benchmarks.
- beautiful: only using brackets for delimiters keeps it beautiful