[%INCLUDE 'header.tmpl'%]
[%item.title%]
[%item.body%]
[%IF item.link0_url%][[%item.link0_name%]][%END%]
[%IF item.link1_url%][[%item.link1_name%]][%END%]
[Gallery Index]
[%count=0%]
[%FOREACH i = [0 .. 14]%]
[%picnum = "picture$i"%]
[%IF item.$picnum%]
[%IF (count % 2) < 1%][%END%]
 |
[%IF count % 2%]
[%END%]
[%count = count + 1%]
[%END%]
[%END%]
[%INCLUDE 'footer.tmpl'%]