{if empty($gallery['title']) === false}
{$gallery['title']}
{/if}
{if empty($gallery['description']) === false}
{!$gallery['description']|format:3}
{/if}
{loop $gallery['photos'] as $i => $photo}
{if empty($photo['video']) === false}
{!$photo['video']|player:'100%',460}
{else}
![{$photo['description']}]({url photo $photo['file'],'photo','480x720'})
{/if}
{/loop}