templates/articles-blocks/cta-block.html.twig line 1

Open in your IDE?
  1. {% if data.link is defined and data.link is not empty and data.link_text is defined and data.link_text is not empty %}
  2.     <a href="{{ data.link }}" class="CTA nodeco dblock mt-1em lh28">
  3.         {{ data.link_text }}
  4.     </a>
  5. {% endif %}