panda-0.0.0.5: 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 page state x = [html_head, html_body state x]