Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mindyphp/templatebundle
TemplateBundle
https://github.com/mindyphp/templatebundle
bundle django-template jinja2 template-engine twig
Last synced: about 1 month ago
JSON representation
TemplateBundle
- Host: GitHub
- URL: https://github.com/mindyphp/templatebundle
- Owner: MindyPHP
- License: mit
- Created: 2016-12-06T09:16:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T12:15:10.000Z (almost 7 years ago)
- Last Synced: 2024-11-16T08:18:37.280Z (2 months ago)
- Topics: bundle, django-template, jinja2, template-engine, twig
- Language: PHP
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template Bundle
[![Build Status](https://travis-ci.org/MindyPHP/TemplateBundle.svg?branch=master)](https://travis-ci.org/MindyPHP/TemplateBundle)
[![codecov](https://codecov.io/gh/MindyPHP/TemplateBundle/branch/master/graph/badge.svg)](https://codecov.io/gh/MindyPHP/TemplateBundle)
[![Latest Stable Version](https://poser.pugx.org/mindy/template-bundle/v/stable.svg)](https://packagist.org/packages/mindy/template-bundle)
[![Total Downloads](https://poser.pugx.org/mindy/template-bundle/downloads.svg)](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
```