```active haskell {-# LANGUAGE QuasiQuotes #-} import Text.Hamlet import Text.Blaze.Html.Renderer.String main = putStrLn $ renderHtml [shamlet| $doctype 5

Hello world! {{foo}} |] ```