https://github.com/sisoftrg/jade.php
Jade template engine ported to PHP 5.3
https://github.com/sisoftrg/jade.php
jade jade-template-engine php
Last synced: 9 months ago
JSON representation
Jade template engine ported to PHP 5.3
- Host: GitHub
- URL: https://github.com/sisoftrg/jade.php
- Owner: sisoftrg
- License: mit
- Fork: true (hackaugusto/jade.php)
- Created: 2012-09-20T18:38:57.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-06T23:37:10.000Z (almost 13 years ago)
- Last Synced: 2024-09-28T08:42:24.854Z (over 1 year ago)
- Topics: jade, jade-template-engine, php
- Language: CSS
- Homepage: https://github.com/visionmedia/jade
- Size: 510 KB
- Stars: 42
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jade.php
Jade.php adds inline PHP scripting support to the [Jade](http://jade-lang.com) 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.
## [Syntax](https://github.com/visionmedia/jade#readme)
## Notes
Please check the git commit history for the authoritative list of contributors.