Quick and easy Texy integration into you Nette Framework projects.
Install using the Composer:
$ composer require lookyman/nette-texy
Enable the extension in your NEON config:
extensions:
texy: Lookyman\NetteTexy\DI\TexyExtension
Use the Texy macro or helper in your Latte templates like this:
{texy}some content{/texy}
{$var |texy}