initial
This commit is contained in:
11
node_modules/pug/test/cases/auxiliary/inheritance.extend.mixin.block.pug
generated
vendored
Normal file
11
node_modules/pug/test/cases/auxiliary/inheritance.extend.mixin.block.pug
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
mixin article()
|
||||
article
|
||||
block
|
||||
|
||||
html
|
||||
head
|
||||
title My Application
|
||||
block head
|
||||
body
|
||||
+article
|
||||
block content
|
||||
Reference in New Issue
Block a user