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