<%~ includeFile('./navbar', { pages: [ 'home', 'about', 'users' ] }) %> <navbar pages={['home', 'about', 'users']} />
They can also be async functions that process data independently. Whereas templates are commonly just passed in data from the controller.
https://github.com/dsego/ssr-playground/#jsx-partials
They can also be async functions that process data independently. Whereas templates are commonly just passed in data from the controller.
https://github.com/dsego/ssr-playground/#jsx-partials