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

13 lines
413 B
Twig

{% extends 'stdgrid.html.twig' %}
{% block body %}
<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 %}