Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding links to templating engines listed in readme #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ This repository contains custom views for your Slim Framework applications. Cust
use popular third-party templating frameworks, like [Twig](http://twig.sensiolabs.org/) or
[Smarty](http://www.smarty.net/), with your Slim Framework application.

* Smarty
* Twig
* Mustache
* Haml
* Haanga
* Blitz
* Dwoo
* Sugar
* Savant
* Rain
* H2o
* [Smarty](http://www.smarty.net/)
* [Twig](http://twig.sensiolabs.org/)
* [Mustache](https://github.com/bobthecow/mustache.php)
* [Haml](https://code.google.com/p/phamlp/)
* [Haanga](http://haanga.org/)
* [Blitz](http://alexeyrybak.com/blitz/blitz_en.html)
* [Dwoo](http://dwoo.org/)
* [Sugar](http://php-sugar.net/)
* [Savant](http://phpsavant.com/)
* [Rain](http://www.raintpl.com/)
* [H2o](http://www.h2o-template.org/)

This example demonstrates how to use the custom Twig view in your Slim Framework application:

Expand Down