An extension for TYPO3 CMS that provides an entire rendering environment for Handlebars templates. It is seamlessly integrated into TYPO3 and offers extensive configuration options to get all the power out of your templates. To meet everyone's needs, it is easily extensible using TYPO3 on-board tools.
- Templating engine: Full Handlebars rendering environment for TYPO3
- Custom Helpers: Custom helpers with auto-registration via PHP attributes
- Extbase support: Controller-based rendering via
HandlebarsView - Events: PSR-14 hooks into the full rendering pipeline
- DI integration: Built on dependency injection for better performance and maintainability
- Caching: Integration with TYPO3's cache framework for compiled templates
- Extensibility: Easy to extend and customize
- Compatibility: Compatible with TYPO3 13.4 LTS and 14.3 LTS
composer require cpsit/typo3-handlebarsDownload the zip file from TYPO3 extension repository (TER).
Please have a look at the official extension documentation.
This project is licensed under GNU General Public License 2.0 (or later).