So siehts ganz gut aus !
This commit is contained in:
14
node_modules/pug/examples/mixins.pug
generated
vendored
Normal file
14
node_modules/pug/examples/mixins.pug
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
include mixins/dialog.pug
|
||||
include mixins/profile.pug
|
||||
|
||||
.one
|
||||
+dialog
|
||||
|
||||
.two
|
||||
+dialog-title('Whoop')
|
||||
|
||||
.three
|
||||
+dialog-title-desc('Whoop', 'Just a mixin')
|
||||
|
||||
#profile
|
||||
+profile(user)
|
||||
Reference in New Issue
Block a user