public static void showContents() {
   List<Content> contents = Content.findAll();
   render(contents);
 }