rapila / cms-base

The rapila cms’ internals. Please file all issues here if they’re not directly related to a plugin or the sample site.
http://www.rapi.la
3 stars 1 forks source link

Allow callable values in template #212

Closed sabberworm closed 8 years ago

sabberworm commented 8 years ago

I’ve had a problem with the navigation and the boolean parser of which we turned some slow expressions into closures so they would only be evaluated when needed. Since we also pass all boolean parser variables to the template, the template also needs to be able to evaluate these.