#errorCatcher Echo #encoding UTF-8 #set global $page = "about" #include "header.html.tmpl"
#include "page-header.inc" #if os.path.exists("about.inc") #include "about.inc" #else #include "about.inc.example" #end if
#include "footer.html.tmpl"