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

Open in your IDE?
  1. {% if data.title is defined and data.title is not empty %}
  2.     <h3 class="mt-40px fw400 lh32 fs24">
  3.         {{ data.title }}
  4.     </h3>
  5. {% endif %}