# Template engine

- [Basic example](/stratox.js/template-engine/basic-example.md): This is only a quick and basic example to showcase the Stratox template engine. In the next section, I will go in-depth on how it really works.
- [Show views](/stratox.js/template-engine/show-templates.md): Stratox.js offers remarkable flexibility. You can use the same component view multiple times in various locations and with varying content.
- [Create views](/stratox.js/template-engine/create-templates.md): It´s super easy to create template views and components and further more add your own custom functionality to them.
- [Updating views](/stratox.js/template-engine/updating-views.md): You can update views inside of a component and outside.
