You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, how can I include another view from within a view?
It would be cool to support jade. It is originating from nodejs, but its also a compiler that can be used on the command line.. Having an 'engine' that could be configured to compile a view when it is requested (then cached) would be really helpful.
What do you think?
The text was updated successfully, but these errors were encountered:
If you wanted to not display a template based on a condition, you can add a little behavior in the controller
and then have your template respond to that. For example:
Hi is this possible?
Alternatively, how can I include another view from within a view?
It would be cool to support
jade
. It is originating from nodejs, but its also a compiler that can be used on the command line.. Having an 'engine' that could be configured to compile a view when it is requested (then cached) would be really helpful.What do you think?
The text was updated successfully, but these errors were encountered: