-
In other template engine I can simply do:
```
```
to toggle the class based on my variable, how do I do this in tale-jade?
-
I have been attempting to get the [`replaceMixins`](https://github.com/Talesoft/tale-jade/blob/1.4.2/Compiler.php#L249) option to work like so:
```
$renderer = new Tale\Jade\Renderer([
'replaceMixi…
-
```
ErrorException in Renderer.php line 147:
Undefined property: Tale\Jade\Renderer::$_options
```
![2016-03-06 19 35 09](https://cloud.githubusercontent.com/assets/1060205/13555806/8f75ebee-e3d2-11e…
-
Considering this:
```
span foo
| bar
```
The offical Jade engine compiles this to:
```
foobar
```
While Tale Jade gives me this (regardless of the `pretty` output setting):
```
foo
bar
```
S…
-
Currently all configuration keys use are camelCase.
To better use Tale Jade in different projects and frameworks and don't annoy people with switched config styles, all configuration keys will be cha…
-
Is there a way that I can create a single file and use for both purpose. One I am loading the contents setting some variable and if the content will send from js it will replace those variables?
-
I have this error after 1.4.3 update
![2016-05-24 22 35 03](https://cloud.githubusercontent.com/assets/15677169/15517375/140c579c-2200-11e6-8b25-e8ba84365c3d.png)
-
Using:
```
blockquote Quote here
```
Causes the following error:
```
Tale\Jade\Compiler\Exception
Failed to compile Jade: Failed to parse Jade: Blocks outside a mixin always need a name
```
The f…
-
Hello, I am looking for a function which renders the given jade file into pure html and not phtml. Is there a possibility for this already and I haven't seen it yet? :)
-
Picking up from [comments](https://github.com/Talesoft/tale-jade/issues/95#issuecomment-220563765) in #95.
I found [a comment](https://github.com/pugjs/pug/issues/954#issuecomment-16009365) revealing…