What are the advantages of using views/layout/main.volt vs having everything just be in views/index.volt?
The INVO app has navigation broken out into main.volt, but it seems the output would be identical if that code was just included in index.volt.
When would you want it broken out, and why?
Thanks!