class Phlex::HTML
def doctype
def doctype context = @_context return if context.fragments && !context.in_target_fragment context.buffer << "<!doctype html>" nil end
def doctype context = @_context return if context.fragments && !context.in_target_fragment context.buffer << "<!doctype html>" nil end