Joker / jade

Jade.go - pug template engine for Go (golang)
BSD 3-Clause "New" or "Revised" License
354 stars 37 forks source link

Does this plugin supports 'extends'? #9

Closed basharov closed 8 years ago

basharov commented 8 years ago

I used Pug with NodeJS and it supported layouts extending:

    extends default
    block body
        p hello

Does this one support these things? I seem to get errors when using this construct.