117549bf1e
[COMPONENTS] Documentation work [PLUGINS] Documentation work
9 lines
438 B
Twig
9 lines
438 B
Twig
{% extends 'stdgrid.html.twig' %}
|
|
|
|
{% block body %}
|
|
<section class="frame-section frame-section-padding">
|
|
<h1>{{ 'Attachment' | trans }} {{ title }}</h1>
|
|
{% include '/cards/attachments/view.html.twig' with {'attachment': attachment, 'note': note, 'title': title} only %}
|
|
<a class="frame-section-button-like" href="{{ download }}"> {{ 'Original attachment link' | trans }}</a>
|
|
</section>
|
|
{% endblock body %} |