Method: PageBuilder::TagHelpers#article
- Defined in:
- lib/pagebuilder/tag_helpers/page_structure.rb
#article(content = nil, **attributes) ⇒ Object
11 12 13 |
# File 'lib/pagebuilder/tag_helpers/page_structure.rb', line 11 def article(content = nil, **attributes) pagebuilder_basic_element('article', content, attributes) end |