ui2022/schoolnow/review__cell--count.html.twig line 1

Open in your IDE?
  1. {% set text = _args.text %}
  2. <div class="blocklist__cell txt-center">
  3.     <h3 class="blocklist__text blocklist--contact-count blocklist__big_blue_count">
  4.         {{- text -}}
  5.     </h3>
  6. </div>