gnu-social/templates/cards/attachments/show.html.twig

13 lines
413 B
Twig
Raw Normal View History

{% extends 'stdgrid.html.twig' %}
{% block body %}
2021-04-30 02:51:03 +01:00
<div class="content">
<section class="section-widget section-widget-padded">
{% include '/cards/attachments/view.html.twig' with {'attachment': attachment, 'note': null} only %}
<a class="section-widget-button-like" href="{{ download }}"> {{ 'Download link' | trans }}</a>
</section>
</div>
{% endblock body %}