issues
search
pug-php
/
pug-symfony
Pug (Jade) template engine for Symfony
MIT License
44
stars
3
forks
source link
Allow twig file imports
#41
Closed
kylekatarnls
closed
4 years ago
kylekatarnls
commented
5 years ago
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
include view.twig
to render Twig file from within a Pug template file{% include 'view.pug' %}
to render Pug file from within a Twig template file