panda-0.0.0.3: Panda/View/Theme/BluePrint/Template/Template.hs
module Panda.View.Theme.BluePrint.Template.Template where import Panda.View.Theme.BluePrint.Template.Header import Panda.View.Theme.BluePrint.Template.Body import Panda.Helper.Env page state x = [ html_head , html_body state x ]