botanicus / rango

Rango is ultralightweight, ultracustomizable, ultracool web framework inspired by Django.
http://101ideas.cz
MIT License
221 stars 9 forks source link

Template filters similar as in Rails 2.3 #16

Closed botanicus closed 14 years ago

botanicus commented 15 years ago

Rango has pretty cool, simple and straightforward generators system, but what it haven't is something like filters for generators. Sure, we have hooks for that, but we have just one hook for preprocessing and one for postprocessing. We can customize the hook in ~/.rango/stubs, but we can't choose from more such hooks just from CLI. It should be really great to implement this + some nice DSL like Rails has:

botanicus commented 14 years ago

It's simple-templater job to do it