/static StaticR Static appStatic
/auth   AuthR   Auth   getAuth

/favicon.ico FaviconR GET
/robots.txt RobotsR GET

/ HomeR GET POST

/profile ProfileR GET

/term                       TermShowR         GET 
/term/edit                  TermEditR         GET POST
/term/#TermIdentifier/edit  TermEditExistR    GET

/course/                    CourseListR       GET
!/course/edit               CourseEditR       GET POST
!/course/#TermIdentifier    CourseListTermR   GET
/course/#TermIdentifier/#Text/edit CourseEditExistR GET
/course/#TermIdentifier/#Text/show CourseShowR GET

