2021-07-30 01:29:25 +09:00
|
|
|
<figure>
|
|
|
|
<img class="u-photo" src="{{ path('attachment_thumbnail', thumbnail_parameters) }}"
|
|
|
|
alt="{{ attachment.getTitle() }}">
|
|
|
|
<figcaption><a
|
2021-07-23 04:49:12 +09:00
|
|
|
href="{{ path('attachment_show', {'id': attachment.getId()}) }}">{{ attachment.getTitle() }}</a>
|
2021-07-30 01:29:25 +09:00
|
|
|
</figcaption>
|
|
|
|
</figure>
|