templates/articles-blocks/title-h2.html.twig line 1

Open in your IDE?
  1. {% if data.title_h2 is defined and data.title_h2 is not empty %}
  2.     <h2 class="mt-40px fw400 lh40 fs36">
  3.         {{ data.title_h2 }}
  4.     </h2>
  5. {% endif %}
  6. {% if data.chapo is defined and data.chapo is not empty %}
  7.     <div class="fs18 fw600 lh28 mt-24px">
  8.         {{ data.chapo|raw }}
  9.     </div>
  10. {% endif %}