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

Further, we will refer to directory in /Templates, that you are interested in as the template directory.

Last updated