collective / rapido.core

2 stars 2 forks source link

WIP: on_display/on_init allowing templates without elements. #22

Open djay opened 8 years ago

djay commented 8 years ago

trying to solve https://github.com/plomino/rapido.core/issues/21. Able to create simple blocks that return whatever you want, no template or elements needed. Also made zpt simpler by allowing ${element} and ${python: element(myarg=1)

Will likely change on_display to on_init and make sure its called on every @@block request.

ebrehault commented 8 years ago

Looks good for now :+1: