https://github.com/mindyphp/templatebundle
TemplateBundle
https://github.com/mindyphp/templatebundle
bundle django-template jinja2 template-engine twig
Last synced: about 2 months ago
JSON representation
TemplateBundle
- Host: GitHub
- URL: https://github.com/mindyphp/templatebundle
- Owner: MindyPHP
- License: mit
- Created: 2016-12-06T09:16:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T12:15:10.000Z (about 7 years ago)
- Last Synced: 2025-03-06T22:04:31.866Z (2 months ago)
- Topics: bundle, django-template, jinja2, template-engine, twig
- Language: PHP
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template Bundle
[](https://travis-ci.org/MindyPHP/TemplateBundle)
[](https://codecov.io/gh/MindyPHP/TemplateBundle)
[](https://packagist.org/packages/mindy/template-bundle)
[](https://packagist.org/packages/mindy/template-bundle)The Template Bundle
Resources
---------* [Documentation](https://mindy-cms.com/doc/current/bundles/template/index.html)
* [Contributing](https://mindy-cms.com/doc/current/contributing/index.html)
* [Report issues](https://github.com/MindyPHP/mindy/issues) and
[send Pull Requests](https://github.com/MindyPHP/mindy/pulls)
in the [main Mindy repository](https://github.com/MindyPHP/mindy)# Configuration
```yaml
template:
path: '%kernel.root_dir%/Resources/templates'
theme: default
mode: 0
exception_handler: true
```