]> git.decadent.org.uk Git - memories.git/blob - templates/nav
Add new dependencies
[memories.git] / templates / nav
1 <div id="nav">
2 <table width="100%"><tr><td align="left">
3 <a href="[%base%]"><img src="[%base%]/static/memories.png"/></a>
4 </td><td align="right">
5 [% FOR photo = request.recent %]
6         <a href="[%base%]/photo/view/[%photo.id%]">
7         <img src="[% photo.thumb_url%]" alt="[%photo.title|html%]"/>
8         </a>
9 [% END %]
10 </td></tr></table>
11 </div>