2017-07-23 17:14:27 +00:00
|
|
|
<button class="close-btn" aria-label="Close"></button>
|
|
|
|
|
|
|
|
{{#if hasPreviousImage}}
|
|
|
|
<button class="previous-image-btn" aria-label="Previous image"></button>
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{#if hasNextImage}}
|
|
|
|
<button class="next-image-btn" aria-label="Next image"></button>
|
|
|
|
{{/if}}
|
2017-07-12 06:55:41 +00:00
|
|
|
|
|
|
|
<a class="image-link" href="{{link}}" target="_blank">
|
2017-07-23 17:14:27 +00:00
|
|
|
<img src="{{image}}" alt="Preview of {{link}}">
|
2017-07-12 06:55:41 +00:00
|
|
|
</a>
|
|
|
|
|
|
|
|
<a class="btn open-btn" href="{{link}}" target="_blank">
|
|
|
|
{{#equal type "image"}}
|
|
|
|
Open image
|
|
|
|
{{else}}
|
|
|
|
Visit page
|
|
|
|
{{/equal}}
|
|
|
|
</a>
|