Does anyone know how to integrate Handlebars templating engine with Rocket? How to communicate with .html.hbs
file?
Ideal example: How to pass a vector from .rs
to .html.hbs
and print all elements in <li> </li>
using {{#each}}
?
Help appreciated!!