#!/bin/sh . ./conf.sh . ./lib.sh . ./corehandlers.sh cd .. [ -f "$SITE_DIR/_wesh/config" ] && . "$SITE_DIR/_wesh/config" printf "Content-Type: text/html\n" printf "\n" handler lib/headers.tpl handler lib/default_master.tpl