> For the complete documentation index, see [llms.txt](https://stratox.wazabii.se/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stratox.wazabii.se/stratox.js/template-engine.md).

# Template engine

- [Basic example](https://stratox.wazabii.se/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](https://stratox.wazabii.se/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](https://stratox.wazabii.se/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](https://stratox.wazabii.se/stratox.js/template-engine/updating-views.md): You can update views inside of a component and outside.
- [Plugins](https://stratox.wazabii.se/stratox.js/template-engine/plugins.md): As I have already mentioned in the first chapters you can install some plugins/pre-made components (ingress, table, and modals), more will certainly come.
