Method: PageBuilder::TagHelpers#dt

Defined in:
lib/pagebuilder/tag_helpers/lists.rb

#dt(content = nil, **attributes) ⇒ Object



23
24
25
# File 'lib/pagebuilder/tag_helpers/lists.rb', line 23

def dt(content = nil, **attributes)
  pagebuilder_basic_element('dt', content, attributes)
end