{extends file='layout.tpl'}
{block name=body}
<div id="wrapper">
<header role="banner">
<div class="hgroup">
<h1>
{if $siteLogoSrc ne ''}
<a href="{$ss_siteHeaderLink}"><img src="{$siteLogoSrc}" alt="{$ss_siteTitle}"></a>
{/if}
{if $ss_siteHeading ne ''}
<a href="{$ss_siteHeaderLink}">{$ss_siteHeading}</a>
{/if}
</h1>
{if $ss_siteSubHeading ne ''}
<h2>{$ss_siteSubHeading}</h2>
{/if}
</div>
<div id="nav-anchors" class="nav-anchors"><a href="#nav" id="menu-anchor"><span aria-hidden="true" data-icon="#"></span></a></div>
<nav id="nav" class="header-nav-items">
{$ss_navLinks}
</nav>
</header>
<section class="content">
<ul class="thumbs index-3-col">
{foreach $ss_groupGalleryLinks as $galleryLink}
<li class="thumbs-item" style="max-width: {$galleryLink->thumbWidth}px">
<figure>
<div class="image-wrap" style="padding-bottom: {$galleryLink->thumbFormat}%">
<a href="{$galleryLink->galleryUrl}" title="">
<img class="thumb-image" alt="" src="{$galleryLink->thumbUrl}">
</a>
</div>
<figcaption>
<a href="{$galleryLink->galleryUrl}" title="">
{$galleryLink->navName}
</a>
</figcaption>
</figure>
</li>
{foreachelse}
<li>No galleries have been assigned to this page group.</li>
{/foreach}
</ul>
</section>
<footer>
<small>{$ss_siteFooter}</small>
</footer>
</div>
{/block}