-- |The main module for the homepage application gathers the CGI inputs
-- and environment variables and passes them to the homepage application.
module Main where

import CGI.Tree
import Types

main :: IO ()
main = runApp "homepage" example

