Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```