I use a browser to bind javascript and hbsfy dependencies to compile rudder patterns. I want to use partial elements in my templates. However, in a sample project, every partial that you use must be explicitly registered.
Ideally, I want to be able to βrequireβ only a template in my view, without having to register every part, because my views should not care about how the template is implemented. How to implement this using a browser?
source
share