module CGI::Html5

def doctype

The DOCTYPE declaration for this version of HTML
def doctype
  %|<!DOCTYPE HTML>|
end