{-# LANGUAGE NoImplicitPrelude #-} module Bamboo.Theme.Blueprint.Widget.Body where import Bamboo.Theme.Blueprint.Env import Bamboo.Theme.Blueprint.Helper body_content :: Html -> Html body_content x = div_id "maincontent" << div_class "content" << x