` tag. + # The `` element represents a self-contained composition in a document, page, application, or site. # See https://developer.mozilla.org/docs/Web/HTML/Element/article - def article(id: nil, class: nil, **attributes, &content) = nil - register_element :article + register_element def article( + class: nil, + id: nil, + **attributes, + &content + ) = nil # Outputs an `
` element represents a self-contained composition in a document, page, application, or site. # See https://developer.mozilla.org/docs/Web/HTML/Element/article - def article(id: nil, class: nil, **attributes, &content) = nil - register_element :article + register_element def article( + class: nil, + id: nil, + **attributes, + &content + ) = nil # Outputs an `