2021-07-22 20:49:12 +01:00
|
|
|
<div>
|
|
|
|
<figure>
|
2021-08-18 14:04:17 +01:00
|
|
|
<video class="u-video" src="{{ attachment.getUrl() }}" controls poster="{{ attachment.getThumbnailUrl()}}">
|
2021-07-22 20:49:12 +01:00
|
|
|
</video>
|
|
|
|
<figcaption><a
|
2021-08-12 03:43:11 +01:00
|
|
|
href="{{ path('attachment_show', {'id': attachment.getId()}) }}">{{ attachment.getBestTitle(note) }}</a>
|
2021-07-22 20:49:12 +01:00
|
|
|
</figcaption>
|
|
|
|
</figure>
|
2021-08-18 14:04:17 +01:00
|
|
|
</div>
|