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

https://github.com/danpersa/beard-book


https://github.com/danpersa/beard-book

Last synced: 5 months ago
JSON representation

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