1 <html xmlns:py="http://genshi.edgewall.org/" xmlns:xi="http://www.w3.org/2001/XInclude" py:strip="">
3 <py:def function="page_title">Awards</py:def>
5 <div py:match="content" id="body">
6 <div class="award" py:for="award in awards">
7 <a href="${award.link}" class="awardlink"><img src="${base_url}images/awards/${award.image}" alt="${award.title}" /></a>
9 <p py:if="award.photo">Here is a
10 <a href="${base_url}images/awards/${award.photo}"
11 rel="lightbox[awards]" title="${award.phototext}">
12 photo</a> from the Awards ceremony.</p>
13 <div class="clearer"></div>
15 <div class="clearer"></div>
18 <xi:include href="_page.tpl" />