Nette Framework - Disable Latte macros

752 Views Asked by At

I'm using Nette framework which comes with Latte templates. My problem starts when I have non-latte macros inside my Latte template. Of course Latte throws an exception about invalid macros.

So how can I disable using Latte macros or just pass a blank HTML template instead of Latte into the view?

1

There are 1 best solutions below

0
On BEST ANSWER