Replies: 1 comment
-
Yes, very minimal. I was using it with A-Frame where I built a component hierarchy with Pug's includes and mixins, it was useful in that case. I want to upgrade at some point and this enhancement should be a part of it. I made a Babel macro for inline pug embed and I use it in web components, works pretty much the same. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm grateful for the fact that you created this for us but this plugin doesn't make it worthwhile to use layouts at all. The point of pug is to abstract away writing html boilerplate code. I could use the extends feature but i now have to create the layout for pug and the html page. I'm basically stuck using pug files as components. I need a way to be able to write pug inside the tags of the pug tag and say that this file extends the template.


Beta Was this translation helpful? Give feedback.
All reactions