Answer the question
In order to leave comments, you need to log in
Are there nesting limits in Pug templates?
There is a layout.pug file that includes wrapper header and author, three blocks, I write them as mixins, while the header is nested in the wrapper normally, but the author does not get into the final tree at all.
include ../page-wrapper/page-wrapper
include ../page-header/page-header
include ../author/author
body
+page-wrapper
+page-header
+author
block page-content
+page-footer
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question