<div id="projects" class="projects">

    {{#if this.heading}}
      <h2>{{this.heading}}</h2>
    {{/if}}

    <ul>
      {{#each this.items}}

        <li class="col-xs-6 col-sm-6 col-md-3">
          <a href="{{this.link}}" title="{{this.caption}}">
            <figure>
              <img src="{{this.image}}" alt="{{this.caption}} - Image" title="{{this.caption}} - Image" data-rjs="2"/>
              <figcaption>
                <span class="caption">{{this.caption}}</span>
                <i class="ion-chevron-right"></i>
              </figcaption>
            </figure>
          </a>
        </li>

      {{/each}}
    </ul>

    {{#if this.backlink}}

      {{> page/backlink this.backlink}}

    {{/if}}

    <div class="clearfix"></div>

</div>
