pug-php/pug-filter-sbp

View on GitHub
examples/basic.pug

Summary

Maintainability
Test Coverage
p
  :sbp
    Foo
      +answear
        < 6 * 7
    $foo = new Foo
    echo $foo->answear()