Module: FunHtml::SpecElements::HTMLTemplateElement

Included in:
HTMLAllElements
Defined in:
lib/fun_html/spec_elements.rb

Instance Method Summary collapse

Instance Method Details

#template(attributes = nil, &elements) ⇒ Object



633
634
635
# File 'lib/fun_html/spec_elements.rb', line 633

def template(attributes = nil, &elements)
  write('<template', '</template>', attributes, &elements)
end