๐คAttributes
a(href="https://github.com/mavolin/corgi") Corgi's GitHub<a href="https://github.com/mavolin/corgi">Corgi's GitHub</a>button(disabled) Click me!
button(disabled=true) Click me!
- b := false
button(disabled=b) Click me!<button disabled>Click me!</button>
<button disabled>Click me!</button>
input(
type="checkbox",
name="agreement",
checked,
)<input
type="checkbox"
name="agreement"
checked
>Classes and IDs
a.foo#bar(class="foobar", class="fooz baz") Incredible!<a class="foo foobar fooz baz" id="bar">Incredible!</a>The &-Operator
&-OperatorThe div Shorthand
div ShorthandLast updated