Disabled button with Jade templates?

How can I disable the button with Jade templates? Any idea?

thank

+3
source share
1 answer
button(disabled="disabled") disabled button

will display a disabled button with the text "disabled button"

+6
source

All Articles