> For the complete documentation index, see [llms.txt](https://plutolabs.gitbook.io/plutoframework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plutolabs.gitbook.io/plutoframework/make-your-application/templates.md).

# 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**

{% hint style="info" %}
Further, we will refer to directory in **/Templates**, that you are interested in as the template directory.
{% endhint %}
