sf-static/portfolio/node_modules/pug/examples/mixins.pug

15 lines
181 B
Text
Raw Permalink Normal View History

2023-02-28 18:21:07 +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)