adding style sheets and using Resource::Pack
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / presentations.tt
CommitLineData
c5fd0670 1[% WRAPPER 'wrapper/sub_page.tt' %]
2
3 <h2>[% loc('presentations header') %]</h2>
4
5 <ul>
6 [% FOREACH item IN current_page.data %]
7 <li>
8 [% loc(item.year) %]
9 <ul>
10 [% FOREACH presentation IN item.presentations %]
11 <li><a href="[% presentation.url %]">[% presentation.title %]</a></li>
12 [% END %]
13 </ul>
14 </li>
15 [% END %]
16 </ul>
17
18[% END %]