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

10 lines
105 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
extend ../fixtures/layout.pug
mixin myMixin
p Hello world
block body
p Before
+myMixin
p After