uoryon / jade.php

Jade template engine ported to PHP 5.3

Home Page:https://github.com/visionmedia/jade

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jade.php

Will be adding all my changes to https://github.com/cyonite/phade/ ended up converting a lot of stuff from original jade project. Nothing will really remain. You can see test results on http://phade.io/

Jade.php adds inline PHP scripting support to the Jade template compiler.

Implementation details

The fork is a complete rewrite, all the code is ported from the original jade project.

All the features from the original are supported but undertested, including inheritance and mixins.

Notes

Please check the git commit history for the authoritative list of contributors.

About

Jade template engine ported to PHP 5.3

https://github.com/visionmedia/jade

License:MIT License


Languages

Language:PHP 99.1%Language:CSS 0.9%