/jade.php

HAML-like template engine for PHP 5.3 & Symfony2

Primary LanguagePHPMIT LicenseMIT

Jade.php

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

Public API

$jade = new Jade();

// Parse a template (supports both string inputs and files)
echo $jade->render($template);