Popularity
3.2
Declining
Activity
0.0
Stable
9
2
0
Programming language: Crystal
Tags:
Template Engine
Bunny alternatives and similar shards
Based on the "Template Engine" category.
Alternatively, view Bunny alternatives based on common mentions on social networks and blogs.
-
ECR (Embedded Crystal)
compile time template language which uses plain crystal expressions (Crystal stdlib)
Get performance insights in less than 4 minutes.
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Promoted
scoutapm.com
Do you think we are missing an alternative of Bunny or a related project?
README
Bunny
A simple HTML templating language for Crystal
Important! Crystal has this built in, look here for more info: https://github.com/manastech/crystal/blob/master/CHANGELOG.md#020-2014-06-24
It uses the same syntax as ERB in ruby, cannot execute code in the view (yet). All variables must be in the locals hash and the value of the key replaces the code in the view.
See the example project in ./example for more information.