public function templates()
 {
     Template::addPath('lowpriority', '', -5);
     Template::addPath('regularpriority', '', 0);
     Template::addPath('highpriority', '', 5);
     return Response::table(Template::getPaths());
 }