pixsy/node_modules/pug/examples/mixins.pug

15 lines
181 B
Plaintext
Raw Normal View History

2017-12-22 17:22:08 +00:00
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)