templates/videos/videos_entete.inc.html.twig line 1

Open in your IDE?
  1. <section class="tc-header tc-videos row">
  2.     <header class="tc-panel">
  3.         <div class="tc-panel-header">
  4.             <h1 class="tc-color-videos">Vidéos</h1>
  5.         </div>
  6.     </header>
  7.     {% if aside_top is defined and aside_top %}
  8.         {% for idaside,aside_content in aside_top %}
  9.             {% include aside_content.html~".twig" %}
  10.         {% endfor %}
  11.     {% endif %}
  12. </section>