From 78ccfce70e6dad1a2a91fec35d5797b7e36857d4 Mon Sep 17 00:00:00 2001 From: Topsitemakers Date: Mon, 15 Apr 2013 21:34:28 +0200 Subject: [PATCH] Adding links to templating engines --- README.markdown | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.markdown b/README.markdown index 67b4b54..0559433 100644 --- a/README.markdown +++ b/README.markdown @@ -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: