diff --git a/nice-html.cabal b/nice-html.cabal
--- a/nice-html.cabal
+++ b/nice-html.cabal
@@ -1,5 +1,5 @@
 name:           nice-html
-version:        0.1.0.0
+version:        0.1.1
 category:       Web
 description: A fast and nice HTML templating library with distinct compilation/rendering phases.
 synopsis: A fast and nice HTML templating library with distinct compilation/rendering phases.
diff --git a/src/Text/Html/Nice/Writer.hs b/src/Text/Html/Nice/Writer.hs
--- a/src/Text/Html/Nice/Writer.hs
+++ b/src/Text/Html/Nice/Writer.hs
@@ -21,6 +21,7 @@
   , lazyText
   , builder
   , string
+  , doctype_
     -- ** Variants that don't escape their input
   , textRaw
   , lazyTextRaw
@@ -122,6 +123,9 @@
   , msChildren = (m':)
   , msResult = ()
   }
+
+doctype_ :: Markup p ()
+doctype_ = lift Doctype
 
 --------------------------------------------------------------------------------
 -- Node types
