sf-static/portfolio/node_modules/pug-linker/test/special-cases-src/root-mixin.pug

10 lines
105 B
Text
Raw Permalink Normal View History

2023-02-28 18:21:07 +00:00
extend ../fixtures/layout.pug
mixin myMixin
p Hello world
block body
p Before
+myMixin
p After