src/NCBS/WebsiteBundle/Resources/views/Bible/biblefooter.html.twig line 1

Open in your IDE?
  1. {% if (bible_credit is defined and bible_credit is not empty) %}
  2.     <div class="text-content">
  3.     <hr><p style="font-style:italic; font-size:13px; color:#777777;">{{ bible_credit|raw }}</p>
  4.     </div>
  5. {% endif %}