7 lines
354 B
HTML
7 lines
354 B
HTML
<section id="folders-list" class="mb-12">
|
|
{% include 'partials/folders_to_tidy_section.html' %}
|
|
{% include 'partials/destination_folders_section.html' %}
|
|
{% if show_hidden %}
|
|
{% include 'partials/hidden_folders_section.html' %}
|
|
{% endif %}
|
|
</section> |