templates/includes/aside/biographies/bio_files.html.twig line 1

Open in your IDE?
  1. {% if bioarticles.files is defined and bioarticles.files %}
  2. <section class="tc-panel tc-tablet-1_2 tc-desktop-1_1">
  3.     {% for key,value in bioarticles.files %}
  4.         {% include "includes/files.inc.html.twig" %}
  5.     {% endfor %}
  6. </section>
  7. {% endif %}