pixsy/node_modules/pug-linker/test/special-cases-src/root-mixin.pug

10 lines
105 B
Plaintext

extend ../fixtures/layout.pug
mixin myMixin
p Hello world
block body
p Before
+myMixin
p After