class Phlex::HTML

def doctype

Output an HTML doctype.
def doctype
	@_target << "<!DOCTYPE html>"
	nil
end