Merge branch 'topic/2009-conferences' of gitmo@git.moose.perl.org:moose-website
[gitmo/moose-website.git] / hosted-presentations / 2007 / nothingmuch-YAPC-EU / template / tt2 / index.html
1 <!-- BEGIN index -->
2 [% INCLUDE top.html %]
3 <div id="content">
4 <div class="top_spacer"></div>
5 <ol>
6 [% FOR slide = slides -%]
7 <li><a href="[% slide.slide_name %]">[% slide.slide_heading %]</a></li>
8 [% END -%]
9 </ol>
10 </div>
11 [% INCLUDE bottom.html %]
12 <!-- END index -->