Page Templates
PlutoFramework has implemented page templates, that you can use for easier development and further modifying.
Why should you use them?
It is faster to code: Even if you use some utility like Visual Studio Item Templates, it still improves coding experience.
Modify everything in one go: If you use page templates and want to change something (for example change something in design), you do not have to change every file, just change it in one place.
Clean code
Last updated