2021-07-29 17:29:25 +01:00
|
|
|
<figure>
|
2021-08-18 14:04:17 +01:00
|
|
|
<img class="u-photo"
|
2021-12-27 02:47:04 +00:00
|
|
|
alt="{{ title }}"
|
|
|
|
src="{{ attachment.getThumbnailUrl(note) }}"
|
2021-09-25 13:12:32 +01:00
|
|
|
width="{{ thumbnail.getWidth() }}"
|
|
|
|
height="{{ thumbnail.getHeight() }}">
|
2021-12-03 02:22:50 +00:00
|
|
|
<figcaption>
|
|
|
|
{% if attachment.getFilename() is not null %}
|
2021-12-27 02:47:04 +00:00
|
|
|
<a href="{{ attachment.getShowUrl(note) }}">{{ title }}</a>
|
2021-12-03 02:22:50 +00:00
|
|
|
{% else %}
|
2021-12-27 02:47:04 +00:00
|
|
|
{{ title }}
|
2021-12-03 02:22:50 +00:00
|
|
|
{% endif %}
|
|
|
|
</figcaption>
|
2021-07-29 17:29:25 +01:00
|
|
|
</figure>
|