4 Mason module that displays div of tomato information, based on the contents of a file.
10 <% $m->file( $file ) %>
12 <div class="ghosted">Tomato genome information temporarily unavailable</div>
18 my $file = File::Spec->catfile( $c->get_conf('homepage_files_dir'), 'tomato_genome_info.txt');