README.md
# pug-filter-sbp
SBP filter for Pug-php
[](https://packagist.org/packages/pug-php/pug-filter-sbp)
[](https://travis-ci.org/pug-php/pug-filter-sbp)
[](https://codeclimate.com/github/pug-php/pug-filter-sbp)
[](https://codeclimate.com/github/pug-php/pug-filter-sbp/coverage)
[](https://styleci.io/repos/61811545)
## Example
```pug
p
:sbp
Foo
+answear
< 6 * 7
$foo = new Foo
echo $foo->answear()
```
## Install
```shell
composer require pug-php/pug-filter-sbp
```
See how to use Pug-php here: https://github.com/pug-php/pug