There are few significant changes that you need to care about when using liquid instead of ERB or HAML.
- None of the local members or class members declared will be available in your template
- The locals hash is respected even for the layout.
- You have to use {{ content }} in your layouts, instead of yielding.
And finally a "hello world" sinatra app with liquid.
Do let me know if you like it.
No comments:
Post a Comment