src/NCBS/WebsiteBundle/Resources/views/Exposition/biblio.html.twig line 1

Open in your IDE?
  1. {% if (biblio_info is defined and biblio_info is not empty) %}
  2.     <div style="row">    
  3.         <div class="text-content">
  4.         <hr><p style="font-style:italic; font-size:13px; color:#777777;">{{ biblio_info['credit'] }} <a href="{{ biblio_info['sourcelink'] }}" target="_blank" fas aria-label="link to publisher's website" ><i class="fas fa-link"></i></a></p>
  5.         </div>
  6.     </div>
  7. {% endif %}