bamboo-theme-blueprint-2009.6.8: src/Bamboo/Theme/Blueprint/Widget/Body.hs
{-# 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