Skip to content
/ Bunny Public

A simple HTML templating language for Crystal, same syntax as erb

Notifications You must be signed in to change notification settings

samsheff/Bunny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple HTML templating language for Crystal, same syntax as erb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published