{-# LANGUAGE NoImplicitPrelude #-} module Panda.View.Widget.Body where -- env import Panda.Helper.Env body_content x = div_id "maincontent" << div_class "content" << x