aboutsummaryrefslogtreecommitdiffstats
path: root/templates/responses/click_files_drawer_toggle.html
blob: 87936f41f6393e50831a74f84f94b47c8fb962a4 (plain)
1
2
3
4
5
6
7
{% include 'fragments/files_drawer_form.html' %}

<div id="files-list"
  hx-swap-oob="outerHTML">

  {% include 'fragments/files_list.html' %}
</div>