---
uid: module-building.decorators.about-decorators
description: "The Decorator mechanism in Intent Architect: inject content at hook points in a template from modules that have no direct dependency on that template."
---
# About Decorators

Decorators are a mechanism which can be used by Templates in order to inject content at certain _hook points_ within a Template. Templates expose a `Decorator contract` which can be implemented by Decorators in different modules. In this way Templates can be extended by modules on which they have no dependency and might have been created by completely different authors or even companies.

## See also

- [How to decorate a Template](https://docs.intentarchitect.com/docs-md/module-building/decorators/how-to-decorate-a-template/how-to-decorate-a-template.md)
