15 lines
181 B
Plaintext
15 lines
181 B
Plaintext
|
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)
|