Well I’m studying about hierarchy view and I don’t understand why I must put a file in /view/layouts/ for each controller.
I don’t understand well, but I think the execute order is:
1-. controller /view/layouts/users.volt (this have only content )
2-. Template (if exist) /view/layouts/admin.volt // I use this template to re-use the admin panel.
3-. Action /view/users/index
4-. main (/view/index)
Now the examples INVO and VOKURO have not this files and working so well, what is the difference?