show.html.twig 421 B

12345678910
  1. {% extends 'stdgrid.html.twig' %}
  2. {% block body %}
  3. <div class="page">
  4. <section class="frame-section frame-section-padding">
  5. {% include '/cards/attachments/view.html.twig' with {'attachment': attachment, 'note': note, 'title': title} only %}
  6. <a class="frame-section-button-like" href="{{ download }}"> {{ 'Download link' | trans }}</a>
  7. </section>
  8. </div>
  9. {% endblock body %}