pug-php / pug-symfony

Pug (Jade) template engine for Symfony

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow twig file imports

kylekatarnls opened this issue · comments

commented
  • Allow include view.twig to render Twig file from within a Pug template file
  • Allow {% include 'view.pug' %} to render Pug file from within a Twig template file