So siehts ganz gut aus !
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
extend ../fixtures/empty.pug
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
extend ../fixtures/layout.pug
|
||||
include ../fixtures/mixins.pug
|
||||
|
||||
block body
|
||||
+image('myimg.png').with-border(alt="My image")
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
extend ../fixtures/layout.pug
|
||||
|
||||
mixin myMixin
|
||||
p Hello world
|
||||
|
||||
block body
|
||||
p Before
|
||||
+myMixin
|
||||
p After
|
||||
Reference in New Issue
Block a user