I have the following problem, they do not load the routes:
My directory contains the following structure:
The HTML is as follows:
The routes have the following configuration:
I tried changing the routes by:
template: '/views/partials/usuarios.html'
template: '/partials/usuarios.html'
But it does not load, what do I lack?