[%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%] [%cols = config.items.photo_cols ? config.items.photo_cols : 2%][%#set columns here%] [%FOREACH i = [0 .. 14]%] [%picnum = "picture$i"%] [%IF item.$picnum%] [%IF (count % cols) < 1%][%END%] [%count = count + 1%] [%IF (count % cols) == 0%][%END%] [%END%] [%END%]
[%INCLUDE 'footer.tmpl'%]