<a class="sights__item" href="/{{slug}}">
  {{#if img_url}}
    <img src="{{img_url}}" alt="">
  {{else}}
    <div class="sights__image topic__image topic__image--sight"></div>
  {{/if}}

  <div class="sights__text">
    <h5 class="sights__title">
      {{title}}
    </h5><!-- .sights__title -->

    <div class="sights__location">
      {{subtitle}}
    </div><!-- .sights__location -->
  </div><!-- .sights__text -->

  <div class="sights__marker"></div>
</a><!-- .sights__item -->
