class Phlex::HTML

def doctype

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